Update dependencies
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule SsoBsn.Repo.Migrations.ClientIdTokenKid do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:oauth_clients) do
|
||||
add :id_token_kid, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user