mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #142 from Hestia-Homes/feature/whlg_drizzle
drizzle migration
This commit is contained in:
commit
ba38af57b2
3 changed files with 4592 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,6 +27,7 @@ yarn-error.log*
|
|||
|
||||
# local env files
|
||||
.env*.local
|
||||
env.local
|
||||
cypress.env.json
|
||||
.env*.development
|
||||
|
||||
|
|
|
|||
4
src/app/db/migrations/0127_acoustic_sleepwalker.sql
Normal file
4
src/app/db/migrations/0127_acoustic_sleepwalker.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
CREATE TABLE "whlg" (
|
||||
"id" bigserial PRIMARY KEY NOT NULL,
|
||||
"postcode" text NOT NULL
|
||||
);
|
||||
4587
src/app/db/migrations/meta/0127_snapshot.json
Normal file
4587
src/app/db/migrations/meta/0127_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue