Sha256: d00f4edb2b44805bf624596a914c5185413326b5d7bbf1265693fc48b4d64535

Contents?: true

Size: 643 Bytes

Versions: 26

Compression:

Stored size: 643 Bytes

Contents

class ConvertHabtmToHmtForShippingMethodsZones < ActiveRecord::Migration
  def up
    add_column :spree_shipping_methods_zones, :id, :primary_key
    add_column :spree_shipping_methods_zones, :created_at, :datetime
    add_column :spree_shipping_methods_zones, :updated_at, :datetime

    rename_table :spree_shipping_methods_zones, :spree_shipping_method_zones
  end

  def down
    rename_table :spree_shipping_method_zones, :spree_shipping_methods_zones

    remove_column :spree_shipping_methods_zones, :updated_at
    remove_column :spree_shipping_methods_zones, :created_at
    remove_column :spree_shipping_methods_zones, :id
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
solidus_core-1.4.2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.3 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.1.4 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.4.1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.4.0 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.4.0.rc1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.4.0.beta1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.0 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.0.rc2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.0.rc1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.3.0.beta1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.1.3 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.0 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.0.rc2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.1.2 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb
solidus_core-1.2.0.rc1 db/migrate/20150824213633_convert_habtm_to_hmt_for_shipping_methods_zones.rb