diff --git a/ql/lib/xml.dbscheme b/ql/lib/xml.dbscheme index 8e909080bf3..aa2155a69e2 100644 --- a/ql/lib/xml.dbscheme +++ b/ql/lib/xml.dbscheme @@ -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