More KHOMP updates

git-svn-id: svn://192.168.202.10@3883 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2024-10-28 14:09:48 +00:00
parent 751b948d4b
commit 69ffa78a83
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -2778,3 +2778,7 @@ index(start_time)
) ENGINE=MyISAM;
UPDATE system_settings SET db_schema_version='1719',db_schema_update_date=NOW() where db_schema_version < 1719;
ALTER TABLE vicidial_khomp_log ADD khomp_settings_container VARCHAR(40);
UPDATE system_settings SET db_schema_version='1720',db_schema_update_date=NOW() where db_schema_version < 1720;