diff --git a/prisma/migrations/20241202044358_remove_unuse_field/migration.sql b/prisma/migrations/20241202044358_remove_unuse_field/migration.sql new file mode 100644 index 0000000..e7f3814 --- /dev/null +++ b/prisma/migrations/20241202044358_remove_unuse_field/migration.sql @@ -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";