Skip to content

Commit

Permalink
[migration] updated migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Jul 5, 2024
1 parent 425670b commit 2f568d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@
t.datetime "expired_at"
t.integer "status", default: 0, null: false
t.index ["id"], name: "index_id"
t.index ["uuid", "shared_secret"], name: "index_uuid_and_shared_secret_lti_1_3", unique: true, where: "((lti_version)::text = '1.3.0'::text)"
t.index ["uuid", "shared_secret"], name: "index_uuid_shared_secret"
t.index ["uuid"], name: "index_uuid"
t.index ["uuid"], name: "index_uuid_lti_1_1", unique: true, where: "((lti_version)::text = 'LTI-1p0'::text)"
end

create_table "rsa_key_pairs", force: :cascade do |t|
Expand Down

0 comments on commit 2f568d3

Please sign in to comment.