Sha256: 4cd01fc4150294305acc4a1954ea11f980449b668511696de5fba0c07f7edb6a
Contents?: true
Size: 266 Bytes
Versions: 12
Compression:
Stored size: 266 Bytes
Contents
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