Add drizzle migration files and remove drizzle/ from .gitignore
The Docker build was failing because drizzle/ was in .gitignore, so migration files (meta/_journal.json) were never committed. Generated initial migration from schema. Co-authored-by: Shelley <shelley@exe.dev>
This commit is contained in:
parent
6f965c1cc9
commit
e7af29145b
4 changed files with 163 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,4 +7,3 @@ build
|
|||
.env*.local
|
||||
.DS_Store
|
||||
data/
|
||||
drizzle/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue