Sha256: c40e64e7752e50c5a64769d4824a3b961b93b747246831fe4f66eb2479b9ebcf
Contents?: true
Size: 275 Bytes
Versions: 101
Compression:
Stored size: 275 Bytes
Contents
class AddTranslationTableToLibraryGroup < ActiveRecord::Migration 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
101 entries across 98 versions & 21 rubygems