Align backend schema with desktop application

This commit is contained in:
2026-03-05 16:39:57 -07:00
parent 33c85ae495
commit 90197ededd
31 changed files with 885 additions and 1461 deletions

View File

@@ -11,6 +11,7 @@ services:
- "3306:3306"
volumes:
- db_data:/var/lib/mysql
- ./sql:/docker-entrypoint-initdb.d
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "-uroot", "-proot"]
interval: 5s