]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
Version update.
[timetracker.git] / dbinstall.php
index 6818e0d3e48b4b1a75c2e07f592dabb8e3edb475..0d50381ddb3f26e7badbe099c3ff1f9bc095c20e 100644 (file)
@@ -1036,6 +1036,7 @@ if ($_POST) {
     setChange("update `tt_custom_field_options` cfo inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.23') inner join `tt_custom_fields` cf on cf.id = cfo.field_id set cfo.group_id = cf.group_id, cfo.org_id = cf.org_id where cfo.org_id is null");
     setChange("update `tt_custom_field_log` cfl inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.23') inner join `tt_custom_fields` cf on cf.id = cfl.field_id set cfl.group_id = cf.group_id, cfl.org_id = cf.org_id where cfl.org_id is null");
     setChange("ALTER TABLE `tt_custom_field_options` ADD `status` tinyint(4) default '1' after `value`");
+    setChange("UPDATE `tt_site_config` SET param_value = '1.18.24', modified = now() where param_name = 'version_db' and param_value = '1.18.23'");
   }
 
   if ($_POST["cleanup"]) {