diff --git a/prisma/migrations/20241203063619_add_step_count_field_for_later_use/migration.sql b/prisma/migrations/20241203063619_add_step_count_field_for_later_use/migration.sql new file mode 100644 index 0000000..94b3778 --- /dev/null +++ b/prisma/migrations/20241203063619_add_step_count_field_for_later_use/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "WorkProduct" ADD COLUMN "stepCount" INTEGER NOT NULL DEFAULT 0;