refactor(db): simplify to single prisma schema workflow

This commit is contained in:
2026-02-10 17:42:48 +01:00
parent 670f7d3fb2
commit df1280af4a
11 changed files with 5 additions and 120 deletions

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@ test-results
# prisma
packages/db/prisma/dev.db*
packages/db/prisma/generated/
# misc
.DS_Store