mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
6 lines
119 B
Ruby
6 lines
119 B
Ruby
class CheckoutStateMachine < ActiveRecord::Migration
|
|
def change
|
|
add_column :checkouts, :state, :string
|
|
end
|
|
end
|