ory-am/hydra

View on GitHub
persistence/sql/migrations/20190400000001000000_oauth2.down.sql

Summary

Maintainability
Test Coverage
DROP TABLE hydra_oauth2_access;
DROP TABLE hydra_oauth2_refresh;
DROP TABLE hydra_oauth2_code;
DROP TABLE hydra_oauth2_oidc;