f
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user