ory-am/hydra

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

Summary

Maintainability
Test Coverage
DROP INDEX hydra_oauth2_obfuscated_authentication_session_so_idx ON hydra_oauth2_obfuscated_authentication_session;

DROP INDEX hydra_oauth2_consent_request_cid_idx ON hydra_oauth2_consent_request;
DROP INDEX hydra_oauth2_consent_request_sub_idx ON hydra_oauth2_consent_request;
DROP INDEX hydra_oauth2_consent_request_veri_idx ON hydra_oauth2_consent_request;

DROP INDEX hydra_oauth2_authentication_request_cid_idx ON hydra_oauth2_authentication_request;
DROP INDEX hydra_oauth2_authentication_request_sub_idx ON hydra_oauth2_authentication_request;
DROP INDEX hydra_oauth2_authentication_request_veri_idx ON hydra_oauth2_authentication_request;