From 848d6c56bb511897a8820d0fba15cd24b2947a68 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Thu, 9 Sep 2021 13:48:14 +0100 Subject: [PATCH] Fix broken upgrade script --- .../upgrade.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrades/b37faf5d62cccefad9fcfd8f5c026620097b2355/upgrade.properties b/upgrades/b37faf5d62cccefad9fcfd8f5c026620097b2355/upgrade.properties index a25f3cea42e..71f3ee178e5 100644 --- a/upgrades/b37faf5d62cccefad9fcfd8f5c026620097b2355/upgrade.properties +++ b/upgrades/b37faf5d62cccefad9fcfd8f5c026620097b2355/upgrade.properties @@ -1,4 +1,4 @@ description: Removed unused column from the `folders` and `files` relations compatibility: full -files.rel: reorder file.rel (int id, string name, string simple, string ext, int fromSource) id name -folders.rel: reorder folders.rel (int id, string name, string simple) id name \ No newline at end of file +files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name +folders.rel: reorder folders.rel (int id, string name, string simple) id name