update: 表改动 主页改动
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
victo
2026-04-14 18:58:33 +08:00
parent 0981d6ee1b
commit 3d6f31433a
37 changed files with 2594 additions and 699 deletions

View File

@@ -0,0 +1,8 @@
# Final Schema SQL
This folder contains the final PostgreSQL table definitions, one table per file.
Notes:
- These files keep only the final schema shape.
- They do not preserve historical migration steps.
- The current runtime migration logic in `server-node/src/db/migrations.ts` is unchanged.