Skip to content

Commit 985676f

Browse files
committed
fix: add migration for assessment answer orderIndex column
1 parent 61cd057 commit 985676f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • prisma/migrations/20260308000000_add_answer_order_index
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterTable
2+
ALTER TABLE "AssessmentAnswer" ADD COLUMN "orderIndex" INTEGER NOT NULL DEFAULT 0;

0 commit comments

Comments
 (0)