Skip to content

Commit d1171e0

Browse files
authored
Merge pull request #272 from github/fix_upgrade
Fix typo in db upgrade script
2 parents 60aca01 + ad66f03 commit d1171e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
description: Removed unused column from the `folders` and `files` relations
22
compatibility: full
3-
files.rel: reorder file.rel (int id, string name, string simple, string ext, int fromSource) id name
4-
folders.rel: reorder folders.rel (int id, string name, string simple) id name
3+
files.rel: reorder files.rel (int id, string name, string simple, string ext, int fromSource) id name
4+
folders.rel: reorder folders.rel (int id, string name, string simple) id name

0 commit comments

Comments
 (0)