Sha256: 2277bb6e946042de685d0aac3b3f4c16c727f2e614c50baa2134b44e7883d7e8
Contents?: true
Size: 336 Bytes
Versions: 12
Compression:
Stored size: 336 Bytes
Contents
# This migration comes from static_blocks (originally 20130612034816) class CreateSnippetTranslations < ActiveRecord::Migration def up StaticBlocks::Snippet.create_translation_table!({ content: :text }, { migrate_data: true }) end def down Snippet.drop_translation_table! migrate_data: true end end
Version data entries
12 entries across 12 versions & 1 rubygems