Fix tests and credo

This commit is contained in:
Alex
2024-07-11 16:33:02 +02:00
parent 9f3f4284ed
commit 3817539c5c
20 changed files with 263 additions and 443 deletions

View File

@@ -39,7 +39,7 @@ defmodule Claper.Repo.Migrations.AddLtiTables do
timestamps()
end
create unique_index(:lti_13_users, :sub)
create unique_index(:lti_13_users, [:sub, :registration_id])
create table(:lti_13_nonces) do
add :value, :string