changes to SIP code logging, added caller_code field to carrier_log table

git-svn-id: svn://192.168.202.10@1956 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-04-13 08:16:54 +00:00
parent e1376c0460
commit c999828c3b
4 changed files with 17 additions and 13 deletions
+5
View File
@@ -330,3 +330,8 @@ CREATE INDEX vddllid on vicidial_dial_log (lead_id);
CREATE INDEX vdcllid on vicidial_carrier_log (lead_id);
UPDATE system_settings SET db_schema_version='1342',db_schema_update_date=NOW() where db_schema_version < 1342;
ALTER TABLE vicidial_carrier_log ADD caller_code VARCHAR(30) default '';
ALTER TABLE vicidial_carrier_log_archive ADD caller_code VARCHAR(30) default '';
UPDATE system_settings SET db_schema_version='1343',db_schema_update_date=NOW() where db_schema_version < 1343;