Skip to content

Commit e68a727

Browse files
committed
Drop redundant columns from files and folders relations in xml.dbscheme
1 parent d9e7d34 commit e68a727

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)