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;