...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830130642000006_add_verification_methods.mysql.down.sql

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

     1UPDATE selfservice_verification_flows SET form=(SELECT * FROM (SELECT m.config FROM selfservice_verification_flows AS r INNER JOIN selfservice_verification_flow_methods AS m ON r.id=m.selfservice_verification_flow_id) as t)

View as plain text