Skip to content

Commit

Permalink
Schema.rb update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldowsky committed Dec 11, 2024
1 parent 49c7f63 commit 8addecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rails/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.define(version: 2024_12_09_134710) do
ActiveRecord::Schema.define(version: 2024_12_11_155304) do

create_table "access_grants", id: :integer, charset: "utf8", force: :cascade do |t|
t.string "code"
Expand Down Expand Up @@ -1288,6 +1288,7 @@
t.datetime "start_time", null: false
t.integer "learner_id", null: false
t.index ["learner_id"], name: "fk_rails_06fb23e107"
t.index ["start_time"], name: "index_portal_runs_on_start_time"
end

create_table "portal_school_memberships", id: :integer, charset: "utf8", force: :cascade do |t|
Expand Down

0 comments on commit 8addecd

Please sign in to comment.