Files
openfoodnetwork/db/migrate/20120327000565_state_for_shipments.rb
Andrew Spinks cd1938a74e spree install.
2012-03-27 11:06:49 +11:00

6 lines
116 B
Ruby

class StateForShipments < ActiveRecord::Migration
def change
add_column :shipments, :state, :string
end
end