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
No related branches found
No related tags found
2 merge requests!22REL: prepare release 7.0.1,!11DRAFT: file system cleanup
Pipeline #43122 failed
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# #
# Update mysql schema to version v7.0.0 # Update mysql schema to version v7.0.1
# No migration of the schema, updating procedures only # Removing remnant tables. This patch version also adds new sanity checks
# during installation/upgrade
NEW_VERSION="v7.0.1" NEW_VERSION="v7.0.1"
OLD_VERSION="v7.0.0" OLD_VERSION="v7.0.0"
...@@ -41,4 +42,3 @@ mysql_execute "DROP TABLE IF EXISTS isa"; ...@@ -41,4 +42,3 @@ mysql_execute "DROP TABLE IF EXISTS isa";
update_version $NEW_VERSION update_version $NEW_VERSION
success success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment