chore: migration

This commit is contained in:
Methapon2001 2025-01-24 09:41:02 +07:00
parent 7ab1a94782
commit 7ae7f47c94

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "TaskOrder" ADD COLUMN "urgent" BOOLEAN NOT NULL DEFAULT false;