...

Text file src/github.com/ory/x/popx/stub/migrations/source/20200810161022_flow_rename.up.fizz

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

     1rename_table("selfservice_login_request_methods", "selfservice_login_flow_methods")
     2rename_table("selfservice_login_requests", "selfservice_login_flows")
     3
     4rename_table("selfservice_registration_request_methods", "selfservice_registration_flow_methods")
     5rename_table("selfservice_registration_requests", "selfservice_registration_flows")
     6
     7rename_table("selfservice_settings_request_methods", "selfservice_settings_flow_methods")
     8rename_table("selfservice_settings_requests", "selfservice_settings_flows")
     9
    10rename_table("selfservice_recovery_request_methods", "selfservice_recovery_flow_methods")
    11rename_table("selfservice_recovery_requests", "selfservice_recovery_flows")
    12
    13rename_table("selfservice_verification_requests", "selfservice_verification_flows")

View as plain text