feat(WHE-29): add v1 accounting schema migration and seed fixtures

This commit is contained in:
2026-03-05 04:13:00 +04:00
parent 27205bc90b
commit b3ae1a51e4
10 changed files with 1841 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ bun run build
bun run db:generate
bun run db:check
bun run db:migrate
bun run db:seed
bun run infra:fmt:check
bun run infra:validate
```