...

Text file src/github.com/ory/x/popx/stub/migrations/legacy/20200830172221_recovery_token_expires.mysql.up.sql

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

     1ALTER TABLE `identity_recovery_tokens` ADD COLUMN `expires_at` DATETIME NOT NULL DEFAULT '2000-01-01 00:00:00';
     2ALTER TABLE `identity_recovery_tokens` ADD COLUMN `issued_at` DATETIME NOT NULL DEFAULT '2000-01-01 00:00:00';
     3ALTER TABLE `identity_recovery_tokens` MODIFY `selfservice_recovery_flow_id` char(36);

View as plain text