DB upgrade script

This commit is contained in:
Tom Hvitved
2021-08-26 14:34:46 +02:00
committed by Arthur Baars
parent 7f03b87142
commit 652d2a7a72
3 changed files with 2666 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +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