]> Untitled Git - lemmy.git/blobdiff - migrations/2023-08-02-144930_password-reset-token/up.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2023-08-02-144930_password-reset-token / up.sql
index 0bdd1655b9da7c576a43c7d7e020678ffa4b7811..f0e1a407b7a014df69a12142f56471659f9c02a9 100644 (file)
@@ -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;
+