Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Feb 12, 2024
1 parent 644b1fa commit fdf4f94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ SELECT
FROM
users u;

-- AlterTable
-- We rename instead of dropping the column to avoid possible data loss, will be dropped in the next migration.
ALTER TABLE "users"
DROP COLUMN "password";
RENAME COLUMN "password" TO "password_deprecated";

0 comments on commit fdf4f94

Please sign in to comment.