feat: add monthly export statistics tracking for user activity reports

Implement a new statistics module that records and aggregates export operations per user on a monthly basis. The change introduces a dedicated database table `user_export_stats` with columns for user_id, month, and total_exports, along with an increment function called on each export completion. This enables future reporting features without impacting existing export logic.
This commit is contained in:
bot
2025-01-11 17:41:48 +00:00
parent 5a16606e8b
commit 3bf3b35185
4 changed files with 5 additions and 5 deletions
Binary file not shown.
BIN
View File
Binary file not shown.