chore: migration

This commit is contained in:
Methapon2001 2024-12-03 13:36:36 +07:00
parent c492daaee2
commit 5f96541c08

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "WorkProduct" ADD COLUMN "stepCount" INTEGER NOT NULL DEFAULT 0;