Merge pull request #142 from Hestia-Homes/feature/whlg_drizzle

drizzle migration
This commit is contained in:
KhalimCK 2025-11-25 20:04:00 +08:00 committed by GitHub
commit ba38af57b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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