diff --git a/patches/patch20200426-3.0.0/patch.sh b/patches/patch20200426-3.0.0/patch.sh index f05118bcce3f3418d88eea9a68a00825526d393c..0799c7cbc1f81421aba6b8cf6c47ae1b43cb5209 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