mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
revert previous commit
This commit is contained in:
parent
3014136e99
commit
a595f9482e
1 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue