]> Untitled Git - lemmy.git/blob - migrations/2023-02-16-194139_add_totp_secret/down.sql
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / migrations / 2023-02-16-194139_add_totp_secret / down.sql
1 alter table local_user drop column totp_2fa_secret;
2 alter table local_user drop column totp_2fa_url;