1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 07:05:04 +00:00
lemmy/migrations/2023-08-02-144930_password-reset-token/up.sql

3 lines
76 B
MySQL
Raw Normal View History

ALTER TABLE password_reset_request RENAME COLUMN token_encrypted TO token;