mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add processed_at column to order_cycles table
This commit is contained in:
committed by
Sebastian Castro
parent
b786d89fe9
commit
17a112907c
@@ -0,0 +1,5 @@
|
||||
class AddProcessedAtToOrderCycles < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :order_cycles, :processed_at, :datetime
|
||||
end
|
||||
end
|
||||
@@ -293,6 +293,7 @@ ActiveRecord::Schema.define(version: 2021_12_17_094141) do
|
||||
t.integer "coordinator_id"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.datetime "processed_at"
|
||||
end
|
||||
|
||||
create_table "producer_properties", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user