diff --git a/patches/patch20200903-4.0.0-rc1/patch.sh b/patches/patch20210122-4.0.0-rc3/patch.sh similarity index 95% rename from patches/patch20200903-4.0.0-rc1/patch.sh rename to patches/patch20210122-4.0.0-rc3/patch.sh index 9d9293c6bfd6af7c3e14b2adc8f427b18dc8c7ea..cba213d1b06d9a13cced19c93d5ccd62fc834a99 100755 --- a/patches/patch20200903-4.0.0-rc1/patch.sh +++ b/patches/patch20210122-4.0.0-rc3/patch.sh @@ -24,8 +24,8 @@ # 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-rc1" -OLD_VERSION="v3.0.0-rc2" +NEW_VERSION="v4.0.0-rc3" +OLD_VERSION="v4.0.0-rc2" if [ -z "$UTILSPATH" ]; then UTILSPATH="../utils" diff --git a/patches/patch20200903-4.0.0-rc1/patch.sql b/patches/patch20210122-4.0.0-rc3/patch.sql similarity index 100% rename from patches/patch20200903-4.0.0-rc1/patch.sql rename to patches/patch20210122-4.0.0-rc3/patch.sql