Skip to content
Snippets Groups Projects

DRAFT: ENH: file system: core

Open Timm Fitschen requested to merge f-filesystem-core into f-filesystem-cleanup
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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"
Loading