refactor!: remove unused field

This commit is contained in:
Methapon Metanipat 2024-10-03 11:58:27 +07:00
parent c5c26400f8
commit ab91d0923f
3 changed files with 10 additions and 5 deletions

View file

@ -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";

View file

@ -1053,7 +1053,6 @@ model Quotation {
totalPrice Float
totalDiscount Float
vat Float
vatExcluded Float
finalPrice Float
createdAt DateTime @default(now())