This website requires JavaScript.
Explore
Help
Register
Sign In
gsathecat
/
lemmy
mirror of
https://github.com/LemmyNet/lemmy.git
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
parallel-activity-send-with-published
lemmy
/
migrations
/
2023-09-11-110040_rework-2f...
/
down.sql
7 lines
116 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
local_user
ADD
COLUMN
totp_2fa_url
text
;
ALTER
TABLE
local_user
DROP
COLUMN
totp_2fa_enabled
;
Reference in New Issue
View Git Blame
Copy Permalink