refactor: adjust field
This commit is contained in:
parent
fdc72a7caf
commit
a24bf4fb4b
5 changed files with 14 additions and 3 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "Product" ADD COLUMN "calcVat" BOOLEAN NOT NULL DEFAULT true;
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `actorName` on the `Quotation` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Quotation" DROP COLUMN "actorName";
|
||||
Loading…
Add table
Add a link
Reference in a new issue