Commit Graph

20 Commits

Author SHA1 Message Date
xboard
78370717df update 2025_01_04_optimize_plan_table.php 2025-01-16 21:28:46 +08:00
xboard
c895de839a feat(database): add index to updated_at column in v2_order table for better query performance 2025-01-16 14:26:18 +08:00
xboard
3b065903c2 Revert "feat(database): make email field case-insensitive"
This reverts commit 11de1be7b3.
2025-01-16 13:53:47 +08:00
xboard
11de1be7b3 feat(database): make email field case-insensitive 2025-01-16 11:43:12 +08:00
xboard
4cdf5f688d feat(database): add single column indexes for performance optimization
- Add individual indexes for v2_user table (t, online_count, created_at)
- Add individual indexes for v2_order table (created_at, status, total_amount, commission fields)
- Add individual indexes for v2_stat_server table (server_id, record_at, u, d)
- Add individual indexes for v2_stat_user table (u, d)
- Add individual indexes for v2_commission_log table (created_at, get_amount)
- Add individual indexes for v2_ticket table (status, created_at)

This change improves query flexibility and maintainability by using single column indexes
instead of composite indexes. Each field can now be queried independently with optimal
performance.
2025-01-16 00:24:13 +08:00
xboard
1f31c6b585 fix: correct know file issues 2025-01-13 18:38:16 +08:00
xboard
e41c47beeb fix: correct know file issues 2025-01-13 10:07:11 +08:00
xboard
51664a4da0 fix: correct know file issues 2025-01-12 21:10:52 +08:00
xboard
d8a9a747f8 feat: add multiple new features and enhancements 2025-01-10 21:57:26 +08:00
xboard
b01bea0fa8 fix: resolve plan pricing issues after migration 2025-01-10 14:08:23 +08:00
xboard
5648f2ba8a chore: change rate field type to decimal 2025-01-10 14:03:02 +08:00
xboard
e1db186ee7 fix: correct know file issues 2025-01-09 18:36:14 +08:00
xboard
3efdeaa9c9 fix: correct know file issues
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-09 10:08:05 +08:00
xboard
6831b40e22 fix: fix know issues 2025-01-07 22:07:13 -05:00
xboard
43d2fddf73 feat: new xboard 2025-01-07 01:20:11 +08:00
xboard
2b0bf6cbb7 perf: 优化安装体验 2024-05-24 13:06:25 +08:00
xboard
a7709d06d1 feat: 更改v2_payment表icon字段为text类型,增加图标对base64输入的支持 2024-04-03 07:29:24 +08:00
xboard
83957db37f perf: 优化节点后端获取用户用户列表接口响应速度,降低CPU使用资源 2023-12-12 21:49:16 +08:00
xboard
2dd0dfac87 fix: 修改v2_setting的value为text类型,防止过长的配置抱错 2023-11-19 20:51:52 +08:00
xboard
65fe7682ff Initial commit 2023-11-17 14:44:01 +08:00