ory-am/hydra

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

Summary

Maintainability
Test Coverage
UPDATE hydra_client SET token_endpoint_auth_method='none' WHERE public=TRUE;
ALTER TABLE hydra_client DROP COLUMN public;