Fix compatibility of recent migration with PostgreSQL 10 (#25324)

This commit is contained in:
Claire
2023-06-07 01:53:50 +02:00
committed by GitHub
parent 67d17ce194
commit f378f10404
3 changed files with 14 additions and 3 deletions

View File

@@ -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