ory-am/hydra

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

Summary

Maintainability
Test Coverage
DROP TABLE hydra_oauth2_consent_request;
DROP TABLE hydra_oauth2_authentication_request;
DROP TABLE hydra_oauth2_authentication_session;
DROP TABLE hydra_oauth2_consent_request_handled;
DROP TABLE hydra_oauth2_authentication_request_handled;