Merge pull request #570 from github/smowton/admin/fix-upgrade-script

Fix broken upgrade script
This commit is contained in:
Chris Smowton
2021-09-09 15:02:38 +01:00
committed by GitHub

View File

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