diff --git a/install.php b/install.php index a3af13502..5f3976649 100644 --- a/install.php +++ b/install.php @@ -1150,6 +1150,11 @@ function workdamnit($numeric=true,&$PreNamedPorts,&$PowerPorts,&$ConvertedCDUs){ if($version=="18.01"){ $results[]=applyupdate("db-18.01-to-18.02.sql"); + $config->rebuild(); + } + if($version=="18.02"){ + $results[]=applyupdate("db-18.02-to-19.01.sql"); + $config->rebuild(); } }