Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-59c2a0f2af15845e385303e4a39e8175
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Jul 22, 2024
2 parents a6a7da8 + 2f568d3 commit 5269918
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 5269918

Please sign in to comment.