From a595f9482e0e83ceffa44bc5e3eac8f9cb45c8f1 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 24 Apr 2026 10:29:23 +0000 Subject: [PATCH] revert previous commit --- src/app/db/schema/property.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/db/schema/property.ts b/src/app/db/schema/property.ts index c7d8dd1..3d295e1 100644 --- a/src/app/db/schema/property.ts +++ b/src/app/db/schema/property.ts @@ -435,10 +435,10 @@ export const epcProperty = pgTable( calculationSoftwareVersion: text("calculation_software_version"), // Address - addressLine1: text("address_line_1").notNull(), + addressLine1: text("address_line_1"), addressLine2: text("address_line_2"), - postTown: text("post_town").notNull(), - postcode: text("postcode").notNull(), + postTown: text("post_town"), + postcode: text("postcode"), regionCode: text("region_code"), countryCode: text("country_code"), languageCode: text("language_code"),