chore: migration
This commit is contained in:
parent
b9b6745bb6
commit
2654633f9c
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue