Changed AC-CID changes to log to the same entry instead of one per record

git-svn-id: svn://192.168.202.10@2491 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-03-13 11:58:16 +00:00
parent bf033c4646
commit 4e295c5558
3 changed files with 32 additions and 12 deletions
+5
View File
@@ -554,3 +554,8 @@ ALTER TABLE phones ADD webphone_volume ENUM('Y','N') default 'Y';
ALTER TABLE phones ADD webphone_debug ENUM('Y','N') default 'N';
UPDATE system_settings SET db_schema_version='1455',db_schema_update_date=NOW() where db_schema_version < 1455;
ALTER TABLE vicidial_admin_log MODIFY event_sql MEDIUMTEXT;
ALTER TABLE vicidial_admin_log MODIFY event_notes MEDIUMTEXT;
UPDATE system_settings SET db_schema_version='1456',db_schema_update_date=NOW() where db_schema_version < 1456;