...

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

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

     1DELETE FROM identity_recovery_tokens WHERE selfservice_recovery_flow_id IS NULL;
     2ALTER TABLE `identity_recovery_tokens` MODIFY `selfservice_recovery_flow_id` char(36) NOT NULL;
     3ALTER TABLE `identity_recovery_tokens` DROP COLUMN `expires_at`;
     4ALTER TABLE `identity_recovery_tokens` DROP COLUMN `issued_at`;

View as plain text