docs(scripts): organize sql files under 创建sql

This commit is contained in:
wren
2026-05-10 19:56:31 +08:00
parent be41863099
commit ae89eec3b9
26 changed files with 206 additions and 37 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ LeAudit 有一套自己的 SQLAlchemy ORM 表(`storage/models/`)。**leaudit
| 17 | `leaudit_evaluation_points` | 规则点/评查点元数据 | ✅ 已创建 |
> 所有表均含 `create_time` / `update_time` / `delete_time` 三时间戳 + 中文列注释。
> 详细建表 SQL 见 `scripts/schema_v2_add_evaluation_tables.sql`。
> 详细建表 SQL 见 `scripts/创建sql/schema_v2_add_evaluation_tables.sql`。
---