chore: 迁移项目路径 C:\NeoZQYY → C:\Project\NeoZQYY

开发环境从旧虚拟机 (DESKTOP-KGB0K5G) 迁移到新机器 (DESKTOP-D676QDA),
项目目录从 C:\NeoZQYY 变更为 C:\Project\NeoZQYY,
批量替换 126 个文件中的绝对路径引用。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Neo
2026-04-10 06:45:29 +08:00
parent f9b1039970
commit 66c9ae8738
126 changed files with 4154 additions and 4127 deletions

View File

@@ -124,7 +124,7 @@ CONTEXT TRANSFER: We are continuing a conversation that had gotten too long. Her
- 按 `db-docs.md` 规则,需同步更新 `docs/database/` 文档
- MCP 工具在事务块中运行,无法直接 `CREATE DATABASE`,需通过 dblink 绕过
- 系统没有 `psql` 命令行工具,但有 `psycopg2` Python 包可用
- shell cwd 可能不在项目根目录,执行 Python 脚本需用绝对路径 `C:\NeoZQYY\...`
- shell cwd 可能不在项目根目录,执行 Python 脚本需用绝对路径 `C:\Project\NeoZQYY\...`
- 旧 DDL 文件(如 `schema_etl_admin.sql`)保留作为历史参考,不修改
- 审计日志和迁移历史文档中的旧 schema 名保留原样
- 测试代码中的 fixture SQL 使用旧 schema 名是测试 DDL 解析器能力,可以保留不改