fix: amend user password migration (#13662)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user