fix(schema): resync columns options for commentaires
This commit is contained in:
parent
46c19014f9
commit
6945e34a4a
1 changed files with 3 additions and 3 deletions
|
@ -98,6 +98,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_01_26_071130) do
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.string "encrypted_token", null: false
|
t.string "encrypted_token", null: false
|
||||||
t.date "expiration_notices_sent_at", default: [], array: true
|
t.date "expiration_notices_sent_at", default: [], array: true
|
||||||
|
t.date "expires_at"
|
||||||
t.datetime "last_v1_authenticated_at"
|
t.datetime "last_v1_authenticated_at"
|
||||||
t.datetime "last_v2_authenticated_at"
|
t.datetime "last_v2_authenticated_at"
|
||||||
t.string "name", null: false
|
t.string "name", null: false
|
||||||
|
@ -105,7 +106,6 @@ ActiveRecord::Schema[7.0].define(version: 2024_01_26_071130) do
|
||||||
t.datetime "updated_at", null: false
|
t.datetime "updated_at", null: false
|
||||||
t.integer "version", default: 3, null: false
|
t.integer "version", default: 3, null: false
|
||||||
t.boolean "write_access", default: true, null: false
|
t.boolean "write_access", default: true, null: false
|
||||||
t.date "expires_at"
|
|
||||||
t.index ["administrateur_id"], name: "index_api_tokens_on_administrateur_id"
|
t.index ["administrateur_id"], name: "index_api_tokens_on_administrateur_id"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_01_26_071130) do
|
||||||
create_table "commentaire_groupe_gestionnaires", force: :cascade do |t|
|
create_table "commentaire_groupe_gestionnaires", force: :cascade do |t|
|
||||||
t.string "body"
|
t.string "body"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.datetime "discarded_at"
|
t.datetime "discarded_at", precision: nil
|
||||||
t.string "gestionnaire_email"
|
t.string "gestionnaire_email"
|
||||||
t.bigint "gestionnaire_id"
|
t.bigint "gestionnaire_id"
|
||||||
t.bigint "groupe_gestionnaire_id"
|
t.bigint "groupe_gestionnaire_id"
|
||||||
|
@ -611,7 +611,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_01_26_071130) do
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "follow_commentaire_groupe_gestionnaires", force: :cascade do |t|
|
create_table "follow_commentaire_groupe_gestionnaires", force: :cascade do |t|
|
||||||
t.datetime "commentaire_seen_at"
|
t.datetime "commentaire_seen_at", precision: nil
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.bigint "gestionnaire_id", null: false
|
t.bigint "gestionnaire_id", null: false
|
||||||
t.bigint "groupe_gestionnaire_id"
|
t.bigint "groupe_gestionnaire_id"
|
||||||
|
|
Loading…
Reference in a new issue