mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
1dba94c9cb
* 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.
2 lines
109 B
SQL
2 lines
109 B
SQL
alter table local_user add column totp_2fa_secret text;
|
|
alter table local_user add column totp_2fa_url text;
|