...

Text file src/github.com/ory/x/popx/stub/migrations/source/20191100000010_errors.down.fizz

Documentation: github.com/ory/x/popx/stub/migrations/source

     1sql("UPDATE selfservice_errors SET seen_at = '1980-01-01 00:00:00' WHERE seen_at = NULL;")
     2change_column("selfservice_errors", "seen_at", "timestamp", { null: false })

View as plain text