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:
mattf
2013-09-27 03:09:14 +00:00
parent 5b8d528d31
commit 0c39b60866
11 changed files with 455 additions and 333 deletions
+4
View File
@@ -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;