...

Text file src/github.com/ory/x/popx/stub/migrations/source/20200830130645_add_verification_methods.up.fizz

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

     1sql("INSERT 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