...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830172221000007_recovery_token_expires.sqlite3.up.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, expires_at, issued_at) SELECT id, token, used, used_at, identity_recovery_address_id, selfservice_recovery_flow_id, created_at, updated_at, expires_at, issued_at FROM "identity_recovery_tokens"

View as plain text