ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000012000000_consent.cockroach.down.sql

Summary

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