This website requires JavaScript.
Explore
Help
Sign in
fedi
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2025-01-25 07:05:04 +00:00
Code
Activity
2e7d2d1956
lemmy
/
migrations
/
2023-08-02-144930_password-reset-token
/
up.sql
3 lines
76 B
MySQL
Raw
Normal View
History
Unescape
Escape
Fixing broken SQL migration formatting. (#3800) * Fixing SQL format. * Fixing clippy lints. * Fixing clippy lint 2.
2023-08-03 05:07:35 -04:00
ALTER
TABLE
password_reset_request
RENAME
COLUMN
token_encrypted
TO
token
;
Copy permalink