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

MAINT: version bump to 4.0.0-rc2

parent 6bdfb8fe
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@
# ** end header
#
# Update mysql schema to version v4.0.0-rc1
NEW_VERSION="v4.0.0-rc1"
OLD_VERSION="v3.0.0-rc2"
NEW_VERSION="v4.0.0-rc2"
OLD_VERSION="v4.0.0-rc1"
if [ -z "$UTILSPATH" ]; then
UTILSPATH="../utils"
......@@ -36,13 +36,7 @@ fi
check_version $OLD_VERSION
# * Add a `direct` column to `archive_isa` table
# * Remove unused procedures:
# * `initNegationFilter`
# * `initConjunctionFilter`
# * `finishNegationFilter`
mysql_execute_file $PATCH_DIR/update_archive_isa.sql
# nothing to do, just new implementations for the procedures
update_version $NEW_VERSION
......
......@@ -143,6 +143,9 @@ SELECT tap.eq(count(*), 1, "after updateEntity, one entity in archive_entities")
FROM archive_entities;
-- TEST get_version_history
CALL get_version_history(@EntityID);
-- TEST retrieveEntity
SELECT version INTO @x FROM entity_version
......
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