mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Adding standing_orders_confirmed_at flag to order_cycles
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddStandingOrdersConfirmedAtToOrderCycles < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :order_cycles, :standing_orders_confirmed_at, :datetime
|
||||
end
|
||||
end
|
||||
@@ -318,9 +318,10 @@ ActiveRecord::Schema.define(:version => 20170921065259) do
|
||||
t.datetime "orders_open_at"
|
||||
t.datetime "orders_close_at"
|
||||
t.integer "coordinator_id"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.datetime "standing_orders_placed_at"
|
||||
t.datetime "standing_orders_confirmed_at"
|
||||
end
|
||||
|
||||
create_table "producer_properties", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user