mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 03:47:56 +01:00
Fix tests and credo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user