Added purging of vicidial_khomp_log records older than 7 days to daily keepalive processes

Fix for Issue #1488, allowed reports
Allow skipping of manual dial previewed leads if the skip is coming from the API
help updates

git-svn-id: svn://192.168.202.10@3757 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-09-21 13:15:01 +00:00
parent 8ea85be591
commit fcaaa376ca
6 changed files with 39 additions and 9 deletions
+6
View File
@@ -2409,3 +2409,9 @@ UPDATE system_settings SET db_schema_version='1693',db_schema_update_date=NOW()
CREATE TABLE vicidial_daily_rt_monitoring_log LIKE vicidial_rt_monitor_log;
UPDATE system_settings SET db_schema_version='1694',db_schema_update_date=NOW() where db_schema_version < 1694;
ALTER TABLE vicidial_user_groups MODIFY allowed_reports VARCHAR(4000) default 'ALL REPORTS';
ALTER TABLE system_settings MODIFY reports_use_slave_db VARCHAR(4000) default '';
UPDATE system_settings SET db_schema_version='1695',db_schema_update_date=NOW() where db_schema_version < 1695;