Skip to content
Snippets Groups Projects

REL: prepare release 7.0.1

Merged Timm Fitschen requested to merge release-7.0.1 into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading