This commit is contained in:
kokopi
2026-03-08 19:40:53 +09:00
commit 16bc00632d
67 changed files with 2476 additions and 0 deletions

3
backend/README.md Normal file
View File

@@ -0,0 +1,3 @@
bun db:generate # generates SQL migration files in /drizzle
bun db:migrate # applies them to support.db
bun db:studio # opens a browser UI to inspect the DB