...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830172221000002_recovery_token_expires.sqlite3.down.sql

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

     1INSERT INTO "_identity_recovery_tokens_tmp" (id, token, used, used_at, identity_recovery_address_id, selfservice_recovery_flow_id, created_at, updated_at) SELECT id, token, used, used_at, identity_recovery_address_id, selfservice_recovery_flow_id, created_at, updated_at FROM "identity_recovery_tokens"

View as plain text