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

6 lines
119 B
Ruby

class CheckoutStateMachine < ActiveRecord::Migration
def change
add_column :checkouts, :state, :string
end
end