Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions ql/lib/xml.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,12 @@ numlines(

files(
unique int id: @file,
string name: string ref,
string simple: string ref,
string ext: string ref,
int fromSource: int ref // deprecated
string name: string ref
);

folders(
unique int id: @folder,
string name: string ref,
string simple: string ref
string name: string ref
);

@container = @folder | @file
Expand Down