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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user