chore: migration

This commit is contained in:
Methapon2001 2024-12-02 11:44:08 +07:00
parent 5dae3d6fce
commit 4ec6da7610

View file

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