...

Text file src/github.com/ory/x/popx/stub/migrations/legacy/20200402142539_rename_profile_flows.postgres.up.sql

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

     1ALTER TABLE "selfservice_profile_management_request_methods" RENAME COLUMN "selfservice_profile_management_request_id" TO "selfservice_settings_request_id";
     2ALTER TABLE "selfservice_profile_management_request_methods" RENAME TO "selfservice_settings_request_methods";
     3ALTER TABLE "selfservice_profile_management_requests" RENAME TO "selfservice_settings_requests";

View as plain text