Skip to content

Commit

Permalink
Migration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Princerey committed Jun 13, 2024
1 parent c648c28 commit b737282
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
Warnings:
- The `skills` column on the `Profile` table would be dropped and recreated. This will lead to data loss if there is data in the column.
*/
-- AlterTable
ALTER TABLE "Profile" DROP COLUMN "skills",
ADD COLUMN "skills" TEXT[];

0 comments on commit b737282

Please sign in to comment.