...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200830172221000007_recovery_token_expires.cockroach.up.sql

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

     1ALTER TABLE "identity_recovery_tokens" ADD CONSTRAINT "identity_recovery_tokens_selfservice_recovery_requests_id_fk" FOREIGN KEY ("selfservice_recovery_flow_id") REFERENCES "selfservice_recovery_flows" ("id") ON UPDATE NO ACTION ON DELETE CASCADE;

View as plain text