Sha256: c922423b0a2424490ad3af7781e641c090d9a3be99b8a9049598297fb0ef0f51

Contents?: true

Size: 181 Bytes

Versions: 65

Compression:

Stored size: 181 Bytes

Contents

class StateForShipments < ActiveRecord::Migration
  def self.up
    add_column "shipments", "state", :string
  end

  def self.down
    remove_column "shipments", "state"
  end
end

Version data entries

65 entries across 53 versions & 10 rubygems

Version Path
spree_core-0.70.7 db/migrate/20091209153045_state_for_shipments.rb
spree-0.11.4 db/migrate/20091209153045_state_for_shipments.rb
spree_core-0.70.6 db/migrate/20091209153045_state_for_shipments.rb
apispree_core-0.0.0 db/migrate/20091209153045_state_for_shipments.rb
My-Commerce_core-1.1.0 db/migrate/20091209153045_state_for_shipments.rb
My-Commerce_core-1.0.0 db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 promo/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 core/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 sandbox/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 core/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 dash/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 api/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerceapi-1.0.0 auth/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 promo/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 api/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 core/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 sandbox/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 dash/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 auth/spec/test_app/db/migrate/20091209153045_state_for_shipments.rb
MyCommerce-0.0.3 core/db/migrate/20091209153045_state_for_shipments.rb