ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000004000000_consent.postgres.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_consent_request ADD requested_at_audience TEXT NULL DEFAULT '';
ALTER TABLE hydra_oauth2_authentication_request ADD requested_at_audience TEXT NULL DEFAULT '';
ALTER TABLE hydra_oauth2_consent_request_handled ADD granted_at_audience TEXT NULL DEFAULT '';