From 4168d0e2ff3b6f11ce3dd4af3fab23470db56af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 13 Dec 2024 16:57:58 +0000 Subject: [PATCH] fix: Drop redundant warnings in migrations --- .../20241206165140_lad_code_not_null/migration.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prisma/migrations/20241206165140_lad_code_not_null/migration.sql b/prisma/migrations/20241206165140_lad_code_not_null/migration.sql index 39d4590..f95612a 100644 --- a/prisma/migrations/20241206165140_lad_code_not_null/migration.sql +++ b/prisma/migrations/20241206165140_lad_code_not_null/migration.sql @@ -1,8 +1,2 @@ -/* - Warnings: - - - Made the column `lad_code` on table `hpi` required. This step will fail if there are existing NULL values in that column. - -*/ -- AlterTable ALTER TABLE "hpi" ALTER COLUMN "lad_code" SET NOT NULL;