...

Text file src/github.com/ory/x/popx/stub/migrations/source/20200830172221_recovery_token_expires.down.fizz

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

     1sql("DELETE FROM identity_recovery_tokens WHERE selfservice_recovery_flow_id IS NULL")
     2change_column("identity_recovery_tokens", "selfservice_recovery_flow_id", "uuid")
     3drop_column("identity_recovery_tokens", "expires_at")
     4drop_column("identity_recovery_tokens", "issued_at")

View as plain text