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")