From 0670933f4e310f00240477c09c8f9af0ff7c200f Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 12:39:05 +0100 Subject: [PATCH] WIP: pipeline --- patches/patch20150715-0/patch.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/patch20150715-0/patch.sh b/patches/patch20150715-0/patch.sh index 4941c81..b578716 100755 --- a/patches/patch20150715-0/patch.sh +++ b/patches/patch20150715-0/patch.sh @@ -24,14 +24,19 @@ # this patch introduces the mysql stored funtion 'CaosDBVersion' with a initial value of 2.0.0 # Update mysql schema to version v2.0.0 +echo "HERE 5a" if [ -z "$UTILSPATH" ]; then UTILSPATH="../utils" fi +echo "HERE 5b" +echo "HERE 5c" . $UTILSPATH/patch_header.sh +echo "HERE 5d" if test ! $(mysql_execute "Select CaosDBVersion();" > /dev/null) ; then uptodate fi +echo "HERE 5e" # install function CaosDBVersion() mysql_execute "CREATE FUNCTION CaosDBVersion() RETURNS VARCHAR(255) DETERMINISTIC RETURN 'v2.0.0';" -- GitLab