|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[7.2].define(version: 2025_02_08_160513) do |
| 13 | +ActiveRecord::Schema[7.2].define(version: 2025_03_31_033441) do |
14 | 14 | # These are extensions that must be enabled in order to support this database |
15 | 15 | enable_extension "pg_stat_statements" |
16 | 16 | enable_extension "plpgsql" |
|
344 | 344 | t.datetime "created_at", null: false |
345 | 345 | t.datetime "updated_at", null: false |
346 | 346 | t.index ["emancipation_category_id", "name"], name: "index_emancipation_options_on_emancipation_category_id_and_name", unique: true |
347 | | - t.index ["emancipation_category_id"], name: "index_emancipation_options_on_emancipation_category_id" |
348 | 347 | end |
349 | 348 |
|
350 | 349 | create_table "flipper_features", force: :cascade do |t| |
|
641 | 640 | t.datetime "created_at", null: false |
642 | 641 | t.datetime "updated_at", null: false |
643 | 642 | t.index ["language_id", "user_id"], name: "index_user_languages_on_language_id_and_user_id", unique: true |
644 | | - t.index ["language_id"], name: "index_user_languages_on_language_id" |
645 | 643 | t.index ["user_id"], name: "index_user_languages_on_user_id" |
646 | 644 | end |
647 | 645 |
|
|
740 | 738 | add_foreign_key "learning_hour_types", "casa_orgs" |
741 | 739 | add_foreign_key "learning_hours", "learning_hour_types" |
742 | 740 | add_foreign_key "learning_hours", "users" |
743 | | - add_foreign_key "mileage_rates", "casa_orgs", validate: false |
| 741 | + add_foreign_key "mileage_rates", "casa_orgs" |
744 | 742 | add_foreign_key "mileage_rates", "users" |
745 | | - add_foreign_key "notes", "users", column: "creator_id", validate: false |
| 743 | + add_foreign_key "notes", "users", column: "creator_id" |
746 | 744 | add_foreign_key "other_duties", "users", column: "creator_id" |
747 | 745 | add_foreign_key "patch_notes", "patch_note_groups" |
748 | 746 | add_foreign_key "patch_notes", "patch_note_types" |
749 | 747 | add_foreign_key "placement_types", "casa_orgs" |
750 | | - add_foreign_key "placements", "casa_cases", validate: false |
| 748 | + add_foreign_key "placements", "casa_cases" |
751 | 749 | add_foreign_key "placements", "placement_types" |
752 | 750 | add_foreign_key "placements", "users", column: "creator_id" |
753 | 751 | add_foreign_key "preference_sets", "users" |
|
0 commit comments