chore: migration

This commit is contained in:
Methapon2001 2025-01-06 15:00:39 +07:00
parent 53453e37db
commit f4ded1692d

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "CreditNote" ADD COLUMN "value" DOUBLE PRECISION NOT NULL DEFAULT 0;