mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Since #1665 landed, the full room-in-roof geometry is stored in and reconstructed from the epc_room_in_roof / epc_room_in_roof_surface child tables; the two flat columns on epc_building_part (room_in_roof_floor_area, room_in_roof_construction_age_band) are redundant duplicates that are written but never read. Remove the two SQLModel fields and their from_domain writes so the backend stops populating them — the required step BEFORE the FE migration drops the columns (dropping them while a backend that still writes them is live would 500 every save). Reconstruction already reads the child table (_to_room_in_roof), so the round-trip gate stays a hard zero. The columns remain in the DB (nullable, unwritten) until the FE drop migration runs. Deploy AFTER #1674 is stable in every environment; the FE column drop runs after this deploys everywhere. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| abri | ||
| chatgpt | ||
| epc_client | ||
| hubspot | ||
| landlord_overrides | ||
| magic_plan | ||
| openai | ||
| pashub_fetcher | ||
| postcodes_io | ||
| postgres | ||
| s3 | ||
| solar | ||
| xlsx | ||
| __init__.py | ||
| address2uprn_queue_client.py | ||
| http_retry.py | ||
| sqs_client.py | ||