Sha256: 77cda7f10c664000ae80536da2d43e14396e30760547119f42886a6e6129ab78

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

class DropTranslationTableForOrgansiations < ActiveRecord::Migration[4.2]
  def change
    reversible do |dir|
      dir.up do
        Ecm::Staff::Organisation.drop_translation_table!
      end

      dir.down do
        Ecm::Staff::Organisation.create_translation_table! name: :string, description: :text, slug: :string
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ecm_staff2-3.1.1 db/migrate/20170611221534_drop_translation_table_for_organsiations.rb
ecm_staff2-3.1.0 db/migrate/20170611221534_drop_translation_table_for_organsiations.rb
ecm_staff2-3.0.2 db/migrate/20170611221534_drop_translation_table_for_organsiations.rb
ecm_staff2-3.0.1 db/migrate/20170611221534_drop_translation_table_for_organsiations.rb
ecm_staff2-3.0.0 db/migrate/20170611221534_drop_translation_table_for_organsiations.rb