mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Update schema.rb
On a freshly mirrored prod db, I found these changes. I don't know why.. but hopefully this is correct.
This commit is contained in:
@@ -1192,11 +1192,11 @@ ActiveRecord::Schema[7.0].define(version: 2023_04_24_141213) do
|
||||
|
||||
create_table "vouchers", force: :cascade do |t|
|
||||
t.string "code", limit: 255, null: false
|
||||
t.datetime "expiry_date"
|
||||
t.datetime "expiry_date", precision: nil
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.bigint "enterprise_id"
|
||||
t.datetime "deleted_at"
|
||||
t.datetime "deleted_at", precision: nil
|
||||
t.index ["code", "enterprise_id"], name: "index_vouchers_on_code_and_enterprise_id", unique: true
|
||||
t.index ["deleted_at"], name: "index_vouchers_on_deleted_at"
|
||||
t.index ["enterprise_id"], name: "index_vouchers_on_enterprise_id"
|
||||
|
||||
Reference in New Issue
Block a user