]> Untitled Git - lemmy.git/blob - migrations/2023-08-02-144930_password-reset-token/up.sql
0bdd1655b9da7c576a43c7d7e020678ffa4b7811
[lemmy.git] / migrations / 2023-08-02-144930_password-reset-token / up.sql
1 alter table password_reset_request rename column token_encrypted to token;