mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Adding processing marker column standing_orders_placed_at to order cycles
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddStandingOrdersPlacedAtToOrderCycles < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :order_cycles, :standing_orders_placed_at, :datetime
|
||||
end
|
||||
end
|
||||
@@ -318,8 +318,9 @@ 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"
|
||||
end
|
||||
|
||||
create_table "producer_properties", :force => true do |t|
|
||||
|
||||
Reference in New Issue
Block a user