数据迁移脚本
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 54s

This commit is contained in:
Break
2026-05-27 11:10:56 +08:00
parent 0d96a94e5f
commit 58863e8ec5
20 changed files with 3343 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 新系统 PostgreSQL 测试库连接配置(只读)
# 脚本仅用它做"测试环境 id 探测",生成的线上 SQL 不会硬编码这些 id
# 实际使用时复制为 main_test_dsn.yaml(已 .gitignore)
host: "cxd.whcxd.cn"
port: 16159
user: "erp_pgsql"
password: "erp_2025"
database: "junhong_cmp_test"
sslmode: "disable"
connect_timeout: 10