Skip to content

Commit

Permalink
fix: Drop redundant warnings in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 13, 2024
1 parent 5ff2d37 commit 4168d0e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 4168d0e

Please sign in to comment.