From fe48a64f250bbe963a0c9c24505cb2f075964e01 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 1 Nov 2023 20:51:31 +0100
Subject: [PATCH] DOC: update docs in patch file

---
 patches/patch20231101-7.0.1/patch.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/patches/patch20231101-7.0.1/patch.sh b/patches/patch20231101-7.0.1/patch.sh
index 99a8ec8..869a014 100755
--- a/patches/patch20231101-7.0.1/patch.sh
+++ b/patches/patch20231101-7.0.1/patch.sh
@@ -19,8 +19,9 @@
 # along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
-# Update mysql schema to version v7.0.0
-# No migration of the schema, updating procedures only
+# Update mysql schema to version v7.0.1
+# Removing remnant tables. This patch version also adds new sanity checks
+# during installation/upgrade
 
 NEW_VERSION="v7.0.1"
 OLD_VERSION="v7.0.0"
@@ -41,4 +42,3 @@ mysql_execute "DROP TABLE IF EXISTS isa";
 update_version $NEW_VERSION
 
 success
-
-- 
GitLab