ory-am/hydra

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

Summary

Maintainability
Test Coverage
DROP INDEX hydra_oauth2_obfuscated_authentication_session_so_idx;

DROP INDEX hydra_oauth2_consent_request_cid_idx;
DROP INDEX hydra_oauth2_consent_request_sub_idx;
DROP INDEX hydra_oauth2_consent_request_veri_idx;

DROP INDEX hydra_oauth2_authentication_request_cid_idx;
DROP INDEX hydra_oauth2_authentication_request_sub_idx;
DROP INDEX hydra_oauth2_authentication_request_veri_idx;