Skip to content

Commit 3bdc92b

Browse files
authored
Merge pull request github#6681 from hvitved/java/files-folders-drop-columns
Java: Drop redundant columns from `files` and `folders` relations
2 parents 122ffca + b60f1cd commit 3bdc92b

File tree

7 files changed

+1979
-482
lines changed

7 files changed

+1979
-482
lines changed

java/ql/lib/config/semmlecode.dbscheme

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

232232
files(
233233
unique int id: @file,
234-
string name: string ref,
235-
string simple: string ref,
236-
string ext: string ref,
237-
int fromSource: int ref // deprecated
234+
string name: string ref
238235
);
239236

240237
folders(
241238
unique int id: @folder,
242-
string name: string ref,
243-
string simple: string ref
239+
string name: string ref
244240
);
245241

246242
@container = @folder | @file

0 commit comments

Comments
 (0)