Added Agent Events Push features

git-svn-id: svn://192.168.202.10@2764 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-05-31 13:38:33 +00:00
parent 7d611076ef
commit eabd28b7ef
9 changed files with 363 additions and 23 deletions
+5
View File
@@ -262,3 +262,8 @@ index (monitor_start_time)
CREATE TABLE vicidial_rt_monitor_log_archive LIKE vicidial_rt_monitor_log;
UPDATE system_settings SET db_schema_version='1505',db_schema_update_date=NOW() where db_schema_version < 1505;
ALTER TABLE system_settings ADD agent_push_events ENUM('0','1') default '0';
ALTER TABLE system_settings ADD agent_push_url TEXT;
UPDATE system_settings SET db_schema_version='1506',db_schema_update_date=NOW() where db_schema_version < 1506;