|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[7.1].define(version: 2025_06_04_104959) do |
| 13 | +ActiveRecord::Schema[7.1].define(version: 2025_06_12_115833) do |
14 | 14 | # These are extensions that must be enabled in order to support this database |
15 | 15 | enable_extension "pg_buffercache" |
16 | 16 | enable_extension "pg_stat_statements" |
|
100 | 100 | t.datetime "created_at", null: false |
101 | 101 | t.string "email", null: false |
102 | 102 | t.string "given_name" |
103 | | - t.bigint "instructeur_id" |
104 | 103 | t.string "organizational_unit" |
105 | 104 | t.string "phone" |
106 | 105 | t.string "siret" |
107 | 106 | t.string "sub", null: false |
108 | 107 | t.datetime "updated_at", null: false |
109 | 108 | t.bigint "user_id" |
110 | 109 | t.string "usual_name" |
111 | | - t.index ["instructeur_id"], name: "index_agent_connect_informations_on_instructeur_id" |
112 | 110 | t.index ["user_id", "sub"], name: "index_agent_connect_informations_on_user_id_and_sub", unique: true |
113 | 111 | t.index ["user_id"], name: "index_agent_connect_informations_on_user_id" |
114 | 112 | end |
|
1381 | 1379 | add_foreign_key "administrateurs_instructeurs", "instructeurs" |
1382 | 1380 | add_foreign_key "administrateurs_procedures", "administrateurs" |
1383 | 1381 | add_foreign_key "administrateurs_procedures", "procedures" |
1384 | | - add_foreign_key "agent_connect_informations", "instructeurs" |
1385 | 1382 | add_foreign_key "agent_connect_informations", "users" |
1386 | 1383 | add_foreign_key "api_tokens", "administrateurs" |
1387 | 1384 | add_foreign_key "archives_groupe_instructeurs", "archives" |
|
0 commit comments