refactor!: remove unused field
This commit is contained in:
parent
c5c26400f8
commit
ab91d0923f
3 changed files with 10 additions and 5 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `vatExcluded` on the `Quotation` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Quotation" DROP COLUMN "vatExcluded";
|
||||
|
|
@ -1053,7 +1053,6 @@ model Quotation {
|
|||
totalPrice Float
|
||||
totalDiscount Float
|
||||
vat Float
|
||||
vatExcluded Float
|
||||
finalPrice Float
|
||||
|
||||
createdAt DateTime @default(now())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue