...

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

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

     1ALTER TABLE `identity_recovery_tokens` CHANGE `selfservice_recovery_flow_id` `selfservice_recovery_request_id` char(36) NOT NULL;

View as plain text