From 89586811cf50b1b279bac5c4d7f314d56e0b66b2 Mon Sep 17 00:00:00 2001 From: samilliken Date: Fri, 18 Dec 2020 21:20:00 -0500 Subject: [PATCH] Forgot to bump version.php and do the container-install.php change. --- container-install.php | 6 ++++++ version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 @@