From d37de84f0ff0563e57cdb1af44f2983ee86f0c77 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Sat, 22 Oct 2022 21:47:37 +0800 Subject: [PATCH] [questions][chore] delete extra migration file --- .../migrations/20221019073812_/migration.sql | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 apps/portal/prisma/migrations/20221019073812_/migration.sql diff --git a/apps/portal/prisma/migrations/20221019073812_/migration.sql b/apps/portal/prisma/migrations/20221019073812_/migration.sql deleted file mode 100644 index ec31acd3..00000000 --- a/apps/portal/prisma/migrations/20221019073812_/migration.sql +++ /dev/null @@ -1,14 +0,0 @@ -/* - Warnings: - - - Made the column `totalYoe` on table `OffersBackground` required. This step will fail if there are existing NULL values in that column. - - Made the column `negotiationStrategy` on table `OffersOffer` required. This step will fail if there are existing NULL values in that column. - - Made the column `comments` on table `OffersOffer` required. This step will fail if there are existing NULL values in that column. - -*/ --- AlterTable -ALTER TABLE "OffersBackground" ALTER COLUMN "totalYoe" SET NOT NULL; - --- AlterTable -ALTER TABLE "OffersOffer" ALTER COLUMN "negotiationStrategy" SET NOT NULL, -ALTER COLUMN "comments" SET NOT NULL;