This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
lemmy
Watch
2
Star
0
Fork
0
You've already forked lemmy
mirror of
https://github.com/LemmyNet/lemmy
synced
2024-10-30 15:21:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8ec636071e
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 09:07:35 +00:00
ALTER
TABLE
password_reset_request
RENAME
COLUMN
token_encrypted
TO
token
;
Reference in New Issue
Copy Permalink