github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/popx/stub/migrations/legacy/20191100000010_errors.mysql.down.sql (about) 1 UPDATE selfservice_errors SET seen_at = '1980-01-01 00:00:00' WHERE seen_at = NULL; 2 ALTER TABLE `selfservice_errors` MODIFY `seen_at` DATETIME;