ory-am/hydra

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

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_oauth2_authentication_session MODIFY authenticated_at timestamp NULL;