first commit

This commit is contained in:
qwer-xyz
2026-06-20 14:22:31 +08:00
commit c2498911ab
793 changed files with 291660 additions and 0 deletions
@@ -0,0 +1,11 @@
INSERT INTO "system_configs" ("key", "value", "type", "label", "description", "created_at", "updated_at")
VALUES (
'user_vip_metric',
'totalRecharge',
'string',
'用户 VIP 统计口径',
'用户 VIP 等级全局计算口径:totalRecharge=累计充值,totalConsume=累计消费',
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP
)
ON CONFLICT ("key") DO NOTHING;