We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9e7d34 + e68a727 commit 211580eCopy full SHA for 211580e
1 file changed
ql/lib/xml.dbscheme
@@ -51,16 +51,12 @@ numlines(
51
52
files(
53
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
+ string name: string ref
58
);
59
60
folders(
61
unique int id: @folder,
62
63
- string simple: string ref
64
65
66
@container = @folder | @file
0 commit comments