...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830121710000000_update_recovery_token.mysql.up.sql

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

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

View as plain text