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