]> Untitled Git - lemmy.git/blob - migrations/2023-02-16-194139_add_totp_secret/up.sql
Adding TOTP / 2FA to lemmy (#2741)
[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;