...

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

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

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

View as plain text