ory-am/hydra

View on GitHub
persistence/sql/migrations/20190300000011000000_consent.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_authentication_session ADD remember bool NOT NULL DEFAULT FALSE;

UPDATE hydra_oauth2_authentication_session SET remember=TRUE;