drizzle migration

This commit is contained in:
Jun-te Kim 2025-11-25 12:03:10 +00:00
parent 757bfe3f8d
commit 8579a6b629
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