Sha256: 951b29c1c01266cf4e90efaeda0ed2f7feba08bda3702fae8c3839cd28e644e9
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
class AddTranslationTableToLibraryGroup < ActiveRecord::Migration[4.2] def up LibraryGroup.create_translation_table!({ login_banner: :text }, migrate_data: true) end def down LibraryGroup.drop_translation_table! migrate_data: true end end
Version data entries
3 entries across 3 versions & 1 rubygems