Skip to content

Commit 5a3c2d5

Browse files
committed
mirgation fix
1 parent f3d3860 commit 5a3c2d5

File tree

1 file changed

+2
-2
lines changed
  • prisma/migrations/20260409101119_remove_sort_order_from_eventtask

1 file changed

+2
-2
lines changed

prisma/migrations/20260409101119_remove_sort_order_from_eventtask/migration.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
*/
77
-- AlterTable
8-
ALTER TABLE `eventtask` DROP COLUMN `sortOrder`;
8+
ALTER TABLE `EventTask` DROP COLUMN `sortOrder`;
99

1010
-- AlterTable
11-
ALTER TABLE `usercomment` MODIFY `comment` VARCHAR(191) NOT NULL;
11+
ALTER TABLE `UserComment` MODIFY `comment` VARCHAR(191) NOT NULL;

0 commit comments

Comments
 (0)