ory-am/hydra

View on GitHub
persistence/sql/migrations/20201116133000000000_set_null_time.cockroach.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_authentication_session ALTER COLUMN authenticated_at DROP NOT NULL;
ALTER TABLE hydra_oauth2_authentication_session ALTER COLUMN authenticated_at DROP DEFAULT;