hi-server/订单日子.txt
shanshanzhong de6fbcb518
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 7m22s
device_no
2026-03-18 10:28:55 -07:00

23 lines
1.2 KiB
Plaintext

TRUNCATE TABLE apple_iap_transactions;
TRUNCATE TABLE application_versions;
TRUNCATE TABLE `order`;
TRUNCATE TABLE system_logs;
TRUNCATE TABLE traffic_log;
TRUNCATE TABLE user;
TRUNCATE TABLE user_auth_methods;
TRUNCATE TABLE user_device;
TRUNCATE TABLE user_device_online_record;
TRUNCATE TABLE user_family;
TRUNCATE TABLE user_family_member;
TRUNCATE TABLE user_subscribe;
docker exec ppanel-mysql mysql -uroot -p hifast -e "
SELECT id, referer_id, refer_code, created_at
FROM user
WHERE refer_code = 'uuD58Gs9'
ORDER BY id DESC
LIMIT 10;
"
docker logs ppanel-server 2>&1 | grep "1519\|bind_invite\|BindInviteCode" | tail -20