ory-am/hydra

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

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_client ADD public BOOLEAN NOT NULL DEFAULT FALSE;
UPDATE hydra_client SET public=TRUE WHERE token_endpoint_auth_method='none';