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:
exe.dev user 2026-02-12 14:47:06 +00:00
parent 6f965c1cc9
commit e7af29145b
4 changed files with 163 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,4 +7,3 @@ build
.env*.local
.DS_Store
data/
drizzle/