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