This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-05 12:05:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1c258b8b9a
lemmy
/
migrations
/
2023-08-02-144930_password-reset-token
/
down.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
TO
token_encrypted
;
Reference in a new issue
Copy permalink