diff --git a/container-install.php b/container-install.php index 9cea52699..041572f03 100644 --- a/container-install.php +++ b/container-install.php @@ -204,6 +204,12 @@ function upgrade(){ error_log("Applying database update from 19.01 to 20.01"); $results[]=applyupdate("db-19.01-to-20.01.sql"); + $config->rebuild(); + } + if($version=="20.01"){ + error_log("Applying database update from 20.01 to 20.02"); + $results[]=applyupdate("db-20.01-to-20.02.sql"); + $config->rebuild(); } } diff --git a/version.php b/version.php index eff58684d..a680c6d15 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@