Sha256: 3ffd9fd593fe6cefc557b585848f9fa12ac1fc67c2318017883a8ebcdb314a6a

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

class DropTableCondominiumTypesAndAssociations < ActiveRecord::Migration
  def change
    remove_foreign_key :condominiums, :condominium_types
    remove_index :condominiums, column: :condominium_type_id
    drop_table :condominium_types
    remove_column :condominiums, :condominium_type_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20120314224041_drop_table_condominium_types_and_associations.rb