ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000002000000_consent.down.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_consent_request DROP COLUMN forced_subject_identifier;
ALTER TABLE hydra_oauth2_authentication_request_handled DROP COLUMN forced_subject_identifier;
DROP TABLE hydra_oauth2_obfuscated_authentication_session;