ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000006000000_consent.mysql.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_consent_request ADD acr TEXT NULL;
UPDATE hydra_oauth2_consent_request SET acr='';
ALTER TABLE hydra_oauth2_consent_request MODIFY acr TEXT NOT NULL;