refactor: change installments data
This commit is contained in:
parent
e80e2f725b
commit
f4efa45fdc
4 changed files with 24 additions and 5 deletions
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `date` on the `QuotationPaySplit` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "QuotationPaySplit" DROP COLUMN "date",
|
||||
ADD COLUMN "invoice" BOOLEAN NOT NULL DEFAULT false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue