Skip to content

Commit 9fdcacd

Browse files
committed
Java: Drop redundant columns from files and folders relations
1 parent 47b5165 commit 9fdcacd

File tree

4 files changed

+5
-482
lines changed

4 files changed

+5
-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)