]> Untitled Git - lemmy.git/blobdiff - migrations/2023-08-02-144930_password-reset-token/down.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2023-08-02-144930_password-reset-token / down.sql
index 5f938da241bdb2075514ff1369c7b4cea3baebf9..551d6fda3d7dae171f8062d34b50a8d87ec2e418 100644 (file)
@@ -1 +1,2 @@
-alter table password_reset_request rename column token to token_encrypted;
+ALTER TABLE password_reset_request RENAME COLUMN token TO token_encrypted;
+