]> Untitled Git - lemmy.git/blob - migrations/2023-02-16-194139_add_totp_secret/down.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[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;