This commit is contained in:
2026-04-29 11:38:59 +08:00
parent e96e3f9583
commit 7d363f4e8a
30 changed files with 1135 additions and 215 deletions

View File

@@ -13,7 +13,7 @@ $tables = @(
# "agent_closure",
# "agent_commission"
# "agent_wallet_transaction"
# "agent_commission_deduction"
# "agent_commission_deduction",
# "agent_link",
# "agent_membership_config",
# "agent_membership_recharge_order"
@@ -21,7 +21,7 @@ $tables = @(
# "agent_order",
# "agent_platform_deduction"
# "agent_product_config",
# "agent_rewards",
# "agent_rewards"
# "agent_wallet",
# "agent_real_name"
# "agent_withdrawal"
@@ -38,7 +38,7 @@ $tables = @(
# "query_cleanup_log"
# "query_cleanup_detail"
# "query_cleanup_config"
"user"
# "user"
# "user_auth"
# "user_temp"
# "example"
@@ -55,6 +55,7 @@ $tables = @(
# "admin_promotion_link_stats_total"
# "admin_promotion_link_stats_history"
# "admin_promotion_order"
"agent_config"
)