fix(schema): remove foreign keys and index references but not existing in production

This commit is contained in:
Colin Darie 2023-11-07 11:45:02 +01:00
parent d5f8ee2f84
commit 79c6b99802

View file

@ -65,7 +65,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_11_14_113317) do
t.bigint "groupe_gestionnaire_id"
t.datetime "updated_at", precision: nil
t.bigint "user_id", null: false
t.index ["groupe_gestionnaire_id"], name: "index_administrateurs_on_groupe_gestionnaire_id"
t.index ["user_id"], name: "index_administrateurs_on_user_id"
end
@ -557,7 +556,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_11_14_113317) do
t.string "statut", default: "tous"
t.string "time_span_type", default: "everything", null: false
t.datetime "updated_at", precision: nil, null: false
t.index ["instructeur_id"], name: "index_exports_on_instructeur_id"
t.index ["key"], name: "index_exports_on_key"
t.index ["procedure_presentation_id"], name: "index_exports_on_procedure_presentation_id"
end