ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000013000000_consent.cockroach.up.sql

Summary

Maintainability
Test Coverage
-- Fix performance issue of Admin API - Revoke Login Sessions
CREATE INDEX ON hydra_oauth2_authentication_session (subject);