From e95f491f45f40d3e315483930635be6a3b6f8e60 Mon Sep 17 00:00:00 2001 From: kashyap1ankit Date: Thu, 14 Nov 2024 11:03:27 +0530 Subject: [PATCH] removed the migration --- .../20241113183513_logo_neccessary/migration.sql | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 prisma/migrations/20241113183513_logo_neccessary/migration.sql diff --git a/prisma/migrations/20241113183513_logo_neccessary/migration.sql b/prisma/migrations/20241113183513_logo_neccessary/migration.sql deleted file mode 100644 index 6f08049..0000000 --- a/prisma/migrations/20241113183513_logo_neccessary/migration.sql +++ /dev/null @@ -1,8 +0,0 @@ -/* - Warnings: - - - Made the column `company_logo` on table `Post` required. This step will fail if there are existing NULL values in that column. - -*/ --- AlterTable -ALTER TABLE "Post" ALTER COLUMN "company_logo" SET NOT NULL;