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;