forked from mystiq/dex
9796a1e648
The "redirectURLs" field in the client metadata has been updated to the correct "redirect_uris". To allow backwards compatibility use Postgres' JSON features to update the actual JSON in the text field. json_build_object was introduced in Postgres 9.4. So update the documentations to require at least this version. |
||
---|---|---|
.. | ||
0001_initial_migration.sql | ||
0002_dex_admin.sql | ||
0003_user_created_at.sql | ||
0004_session_nonce.sql | ||
0005_refresh_token_create.sql | ||
0006_user_email_unique.sql | ||
0007_session_scope.sql | ||
0008_users_active_or_inactive.sql | ||
0009_key_not_primary_key.sql | ||
0010_client_metadata_field_changed.sql | ||
assets.go | ||
migrations.go |