ory-am/hydra

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

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_consent_request DROP COLUMN login_session_id;
ALTER TABLE hydra_oauth2_consent_request DROP COLUMN login_challenge;
ALTER TABLE hydra_oauth2_authentication_request DROP COLUMN login_session_id;