ory-am/hydra

View on GitHub
persistence/sql/migrations/20200527215732000000_client.up.sql

Summary

Maintainability
Test Coverage
-- complement for migration 20200527215731_client.up
-- due to cockroach being unable to handle a scheme modification and update statement in a single migration transaction
UPDATE hydra_client SET token_endpoint_auth_signing_alg = 'RS256' WHERE token_endpoint_auth_method = 'private_key_jwt';