mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add automatic_notifications column to order_cycles table
This commit is contained in:
committed by
Sebastian Castro
parent
e78cea457c
commit
492325b74a
@@ -0,0 +1,5 @@
|
||||
class AddAutomaticNotificationsToOrderCycles < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :order_cycles, :automatic_notifications, :boolean, default: false
|
||||
end
|
||||
end
|
||||
@@ -294,6 +294,7 @@ ActiveRecord::Schema.define(version: 2021_12_17_094141) do
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.datetime "processed_at"
|
||||
t.boolean "automatic_notifications", default: false
|
||||
end
|
||||
|
||||
create_table "producer_properties", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user