chore: migration
This commit is contained in:
parent
5dae3d6fce
commit
4ec6da7610
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `documentReceivePoint` on the `Quotation` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "Quotation" DROP COLUMN "documentReceivePoint";
|
||||
Loading…
Add table
Add a link
Reference in a new issue