Files
dokploy/apps/dokploy/drizzle/0071_flaky_black_queen.sql
Mauricio Siu 673e0a6880 feat(monitoring): add date range filtering and log cleanup scheduling
- Implement date range filtering for access logs and request statistics
- Add log cleanup scheduling with configurable cron expression
- Update UI components to support date range selection
- Refactor log processing and parsing to handle date filtering
- Add new database migration for log cleanup cron configuration
- Remove deprecated log rotation management logic
2025-03-08 14:20:27 -06:00

1 line
57 B
SQL

ALTER TABLE "user_temp" ADD COLUMN "logCleanupCron" text;