diff --git a/patches/patch20220110-6.0-SNAPSHOT/patch.sh b/patches/patch20240127-8.0-SNAPSHOT/patch.sh similarity index 96% rename from patches/patch20220110-6.0-SNAPSHOT/patch.sh rename to patches/patch20240127-8.0-SNAPSHOT/patch.sh index 739a6b835f02df72f1594c9cc49a459d603e65b6..32efac1319e58a8cb60fa6f7ac688b3244a790d0 100755 --- a/patches/patch20220110-6.0-SNAPSHOT/patch.sh +++ b/patches/patch20240127-8.0-SNAPSHOT/patch.sh @@ -25,8 +25,8 @@ # Refactors the files and archive_files tables and all affected procedures for # the new file back-end # Update mysql schema to version v5.0.0-rc1 -NEW_VERSION="v6.0-SNAPSHOT" -OLD_VERSION="v5.0.0" +NEW_VERSION="v8.0-SNAPSHOT" +OLD_VERSION="v7.0.2" if [ -z "$UTILSPATH" ]; then UTILSPATH="../utils" diff --git a/patches/patch20220110-6.0-SNAPSHOT/patch.sql b/patches/patch20240127-8.0-SNAPSHOT/patch.sql similarity index 100% rename from patches/patch20220110-6.0-SNAPSHOT/patch.sql rename to patches/patch20240127-8.0-SNAPSHOT/patch.sql