ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000004000000_consent.mysql.down.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_consent_request DROP COLUMN requested_at_audience;
ALTER TABLE hydra_oauth2_authentication_request DROP COLUMN requested_at_audience;
ALTER TABLE hydra_oauth2_consent_request_handled DROP COLUMN granted_at_audience;