Added lead search of archived leads table if present.
Added QueueMetrics 13.04 support with call hold records minor code cleanup in several scripts git-svn-id: svn://192.168.202.10@2026 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -110,3 +110,7 @@ index (start_time)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1356',db_schema_update_date=NOW() where db_schema_version < 1356;
|
||||
|
||||
ALTER TABLE system_settings ADD queuemetrics_record_hold ENUM('0','1') default '0';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1357',db_schema_update_date=NOW() where db_schema_version < 1357;
|
||||
|
||||
Reference in New Issue
Block a user