Skip to content
Snippets Groups Projects
Verified Commit fe48a64f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update docs in patch file

parent cc932e83
Branches
Tags
2 merge requests!22REL: prepare release 7.0.1,!11DRAFT: file system cleanup
Pipeline #43122 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment