Merge branch 'main' of https://github.com/Hestia-Homes/assessment-model into new-reporting

This commit is contained in:
Khalim Conn-Kowlessar 2025-11-25 12:03:53 +00:00
commit 10beee1345
3 changed files with 4592 additions and 0 deletions

1
.gitignore vendored
View file

@ -27,6 +27,7 @@ yarn-error.log*
# local env files
.env*.local
env.local
cypress.env.json
.env*.development

View file

@ -0,0 +1,4 @@
CREATE TABLE "whlg" (
"id" bigserial PRIMARY KEY NOT NULL,
"postcode" text NOT NULL
);

File diff suppressed because it is too large Load diff