Skip to content

Commit 211580e

Browse files
authored
Merge pull request #738 from hvitved/xml-dbscheme-files-folders
Drop redundant columns from `files` and `folders` relations in `xml.dbscheme`
2 parents d9e7d34 + e68a727 commit 211580e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ql/lib/xml.dbscheme

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,12 @@ numlines(
5151

5252
files(
5353
unique int id: @file,
54-
string name: string ref,
55-
string simple: string ref,
56-
string ext: string ref,
57-
int fromSource: int ref // deprecated
54+
string name: string ref
5855
);
5956

6057
folders(
6158
unique int id: @folder,
62-
string name: string ref,
63-
string simple: string ref
59+
string name: string ref
6460
);
6561

6662
@container = @folder | @file

0 commit comments

Comments
 (0)