chore: migration

This commit is contained in:
Methapon2001 2025-01-07 09:39:47 +07:00
parent b9b6745bb6
commit 2654633f9c

View file

@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `code` to the `CreditNote` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "CreditNote" ADD COLUMN "code" TEXT NOT NULL;