Fix compatibility of recent migration with PostgreSQL 10 (#25324)
This commit is contained in:
parent
67d17ce194
commit
f378f10404
3 changed files with 14 additions and 3 deletions
|
@ -567,7 +567,7 @@ ActiveRecord::Schema.define(version: 2023_06_05_085710) do
|
|||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.integer "replies_policy", default: 0, null: false
|
||||
t.boolean "exclusive", default: false
|
||||
t.boolean "exclusive", default: false, null: false
|
||||
t.index ["account_id"], name: "index_lists_on_account_id"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue