This commit is contained in:
2026-03-02 14:32:18 +08:00
parent 764ad2f684
commit 2c99e6b6a4
40 changed files with 3895 additions and 60 deletions

View File

@@ -10,6 +10,14 @@ $HOME_DIR = Join-Path $PSScriptRoot "..\template"
# 表名列表
$tables = @(
# ============================================
# 统计/白名单/成本价 同步用(执行 sync_whitelist_cost_tables.sql 后再生成)
# ============================================
"feature",
"tianyuanapi_call_log",
"user_feature_whitelist",
"whitelist_order",
"whitelist_order_item"
# ============================================
# 新代理系统表
# ============================================
@@ -56,7 +64,7 @@ $tables = @(
# "query_cleanup_config",
# "query_cleanup_detail",
# "query_cleanup_log",
"user"
# "user"
# "user_auth"
)