...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830130645000000_add_verification_methods.postgres.up.sql

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

     1INSERT INTO selfservice_verification_flow_methods (id, method, selfservice_verification_flow_id, config, created_at, updated_at) SELECT id, 'link', id, form, created_at, updated_at FROM selfservice_verification_flows;

View as plain text