defmodule SsoBsn.Repo.Migrations.ClientJwksUri do use Ecto.Migration def change do alter table(:oauth_clients) do add :jwks_uri, :string end end end