From cee332154a5b5baf87efeb530f6de7b51e884bed Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 19 Feb 2021 11:00:18 +0100
Subject: [PATCH] version bump to 5.0.0-rc1

---
 .../patch.sh                                             | 9 +++++----
 .../patch.sql                                            | 0
 2 files changed, 5 insertions(+), 4 deletions(-)
 rename patches/{patch20210122-4.0.0-rc3 => patch20210219-5.0.0-rc1}/patch.sh (84%)
 rename patches/{patch20210122-4.0.0-rc3 => patch20210219-5.0.0-rc1}/patch.sql (100%)

diff --git a/patches/patch20210122-4.0.0-rc3/patch.sh b/patches/patch20210219-5.0.0-rc1/patch.sh
similarity index 84%
rename from patches/patch20210122-4.0.0-rc3/patch.sh
rename to patches/patch20210219-5.0.0-rc1/patch.sh
index cba213d..b3c8447 100755
--- a/patches/patch20210122-4.0.0-rc3/patch.sh
+++ b/patches/patch20210219-5.0.0-rc1/patch.sh
@@ -22,10 +22,11 @@
 # ** end header
 #
 
-# Refactors the entities table and move all names to name_data
-# Update mysql schema to version v3.0.0-rc1
-NEW_VERSION="v4.0.0-rc3"
-OLD_VERSION="v4.0.0-rc2"
+# 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="v5.0.0-rc1"
+OLD_VERSION="v4.0.0"
 
 if [ -z "$UTILSPATH" ]; then
  UTILSPATH="../utils"
diff --git a/patches/patch20210122-4.0.0-rc3/patch.sql b/patches/patch20210219-5.0.0-rc1/patch.sql
similarity index 100%
rename from patches/patch20210122-4.0.0-rc3/patch.sql
rename to patches/patch20210219-5.0.0-rc1/patch.sql
-- 
GitLab