...

Text file src/github.com/ory/x/popx/stub/migrations/legacy/20191100000010_errors.postgres.down.sql

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

     1UPDATE selfservice_errors SET seen_at = '1980-01-01 00:00:00' WHERE seen_at = NULL;
     2ALTER TABLE "selfservice_errors" ALTER COLUMN "seen_at" TYPE timestamp, ALTER COLUMN "seen_at" DROP NOT NULL;

View as plain text