ory-am/hydra

View on GitHub
persistence/sql/migrations/20190400000002000000_oauth2.down.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_access  DROP COLUMN subject;
ALTER TABLE hydra_oauth2_refresh DROP COLUMN subject;
ALTER TABLE hydra_oauth2_code DROP COLUMN subject;
ALTER TABLE hydra_oauth2_oidc DROP COLUMN subject;