fix: hotfix failed migration

This commit is contained in:
zomars
2024-02-13 12:16:38 -07:00
parent e1f2dbab84
commit f7782b2080
@@ -24,7 +24,9 @@ SELECT
u."password",
u.id
FROM
users u;
users u
WHERE
u."password" IS NOT NULL;
-- TODO for next migration.
-- ALTER TABLE "users" DROP COLUMN "password";
-- ALTER TABLE "users" DROP COLUMN "password";