Skip to content

Commit

Permalink
rebase schema
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Jan 9, 2025
1 parent 7e4de56 commit 433b9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2024_11_13_141402) do
ActiveRecord::Schema[7.2].define(version: 2024_12_16_144018) do
# These are extensions that must be enabled in order to support this database
enable_extension "btree_gist"
enable_extension "citext"
Expand Down Expand Up @@ -513,6 +513,7 @@
t.string "grade", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "awarding_body"
t.index ["qualification_id"], name: "index_qualification_results_on_qualification_id"
end

Expand Down

0 comments on commit 433b9b5

Please sign in to comment.