]> Untitled Git - lemmy.git/blob - migrations/2023-02-16-194139_add_totp_secret/up.sql
Add migration to mark local communities as such (#3257)
[lemmy.git] / migrations / 2023-02-16-194139_add_totp_secret / up.sql
1 alter table local_user add column totp_2fa_secret text;
2 alter table local_user add column totp_2fa_url text;