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:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user