From 7660acd7a9ab06557f5451b0f7bd0a007b1f740b Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 17 Jun 2020 01:49:55 +0200
Subject: [PATCH] WIP: versioning

---
 patches/patch20200426-3.0.0/patch.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/patches/patch20200426-3.0.0/patch.sh b/patches/patch20200426-3.0.0/patch.sh
index f05118b..0799c7c 100755
--- a/patches/patch20200426-3.0.0/patch.sh
+++ b/patches/patch20200426-3.0.0/patch.sh
@@ -36,8 +36,11 @@ fi
 check_version $OLD_VERSION
 
 
+echo "feature_config.sql"
 mysql_execute_file $PATCH_DIR/feature_config.sql
+echo "versioning.sql"
 mysql_execute_file $PATCH_DIR/versioning.sql
+echo "fix_unversioned.sql"
 mysql_execute_file $PATCH_DIR/fix_unversioned.sql
 
 
-- 
GitLab