增加客服上传账号统计

This commit is contained in:
yml2213
2026-08-30 19:44:08 +08:00
parent 0aef80fd11
commit 98f6ee9451
6 changed files with 232 additions and 12 deletions
@@ -0,0 +1,9 @@
-- +goose Up
ALTER TABLE listing_uploads
ADD KEY idx_listing_uploads_created_admin (created_at, matched_admin_id);
-- +goose Down
ALTER TABLE listing_uploads
DROP KEY idx_listing_uploads_created_admin;