Sha256: 3f5014d06d00bebbef7317d0ee7223ab71fbe8d6743f44ed5b73234b5db5c261

Contents?: true

Size: 405 Bytes

Versions: 75

Compression:

Stored size: 405 Bytes

Contents

class ChangePolymorphicToHasOneToExtfaceSerialConfigs < ActiveRecord::Migration
  def up
    remove_column :extface_serial_configs, :s_configureable_type
    rename_column :extface_serial_configs, :s_configureable_id, :driver_id
  end
  
  def down
    add_column :extface_serial_configs, :s_configureable_type, :string
    rename_column :extface_serial_configs, :driver_id, :s_configureable_id
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
extface-0.5.4a db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.5.4 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.5.3 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.5.2 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.5.1 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.5.0 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.9 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.8 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.7 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6k db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6i db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6h db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6g db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6f db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6e db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6d db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6c db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6b db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6a db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb
extface-0.4.6 db/migrate/20140303123022_change_polymorphic_to_has_one_to_extface_serial_configs.rb