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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue