X-Git-Url: http://these/git/?a=blobdiff_plain;ds=sidebyside;f=migrations%2F2023-08-02-144930_password-reset-token%2Fup.sql;h=f0e1a407b7a014df69a12142f56471659f9c02a9;hb=70fae9d68d65b1e4d153e30d3c065cc315b75eaf;hp=0bdd1655b9da7c576a43c7d7e020678ffa4b7811;hpb=2d0f77af590de70d228a1bdbaab0c937e596c090;p=lemmy.git diff --git a/migrations/2023-08-02-144930_password-reset-token/up.sql b/migrations/2023-08-02-144930_password-reset-token/up.sql index 0bdd1655..f0e1a407 100644 --- a/migrations/2023-08-02-144930_password-reset-token/up.sql +++ b/migrations/2023-08-02-144930_password-reset-token/up.sql @@ -1 +1,2 @@ -alter table password_reset_request rename column token_encrypted to token; +ALTER TABLE password_reset_request RENAME COLUMN token_encrypted TO token; +