refactor(server): 切换 SQLite 并重建设备/任务表结构

This commit is contained in:
2026-03-05 16:23:30 +08:00
parent d2eb98d612
commit 8261409d7d
11 changed files with 68 additions and 50 deletions

5
.gitignore vendored
View File

@@ -9,6 +9,11 @@
# Bun build
*.bun-build
# SQLite database files
*.db
*.db-wal
*.db-shm
# Turborepo
.turbo/