fix: amend user password migration (#13662)

This commit is contained in:
Omar López
2024-02-13 18:40:50 +00:00
committed by GitHub
parent c2edbbcea7
commit e1f2dbab84
@@ -26,6 +26,5 @@ SELECT
FROM
users u;
-- We rename instead of dropping the column to avoid possible data loss, will be dropped in the next migration.
ALTER TABLE "users"
RENAME COLUMN "password" TO "password_deprecated";
-- TODO for next migration.
-- ALTER TABLE "users" DROP COLUMN "password";