ory-am/hydra

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

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_authentication_request_handled ADD context TEXT NOT NULL DEFAULT '{}';
ALTER TABLE hydra_oauth2_consent_request ADD context TEXT NOT NULL DEFAULT '{}';