lemmy/migrations/2023-02-16-194139_add_totp_secret/down.sql
Dessalines 1dba94c9cb
Adding TOTP / 2FA to lemmy (#2741)
* Combine prod and dev docker setups using build-arg

- Fixes #2603

* Dont use cache for release build.

* Adding 2FA / TOTP support.

- Fixes #2363

* Changed name to totp_2fa for clarity.

* Switch to sha256 for totp.
2023-03-02 21:37:41 +01:00

3 lines
101 B
SQL

alter table local_user drop column totp_2fa_secret;
alter table local_user drop column totp_2fa_url;