ory-am/hydra

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

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_authentication_session ALTER COLUMN authenticated_at SET DEFAULT NOW();
ALTER TABLE hydra_oauth2_authentication_session ALTER COLUMN authenticated_at SET NOT NULL;