• Eric Chiang's avatar
    *: add migration to update JSON fields and require postgres 9.4+ · 9796a1e6
    Eric Chiang authored
    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.
    9796a1e6
Name
Last commit
Last update
..
0001_initial_migration.sql Loading commit data...
0002_dex_admin.sql Loading commit data...
0003_user_created_at.sql Loading commit data...
0004_session_nonce.sql Loading commit data...
0005_refresh_token_create.sql Loading commit data...
0006_user_email_unique.sql Loading commit data...
0007_session_scope.sql Loading commit data...
0008_users_active_or_inactive.sql Loading commit data...
0009_key_not_primary_key.sql Loading commit data...
0010_client_metadata_field_changed.sql Loading commit data...
assets.go Loading commit data...
migrations.go Loading commit data...