Skip to content

Commit 880da69

Browse files
committed
C#: Update extractor_messages relation schema.
1 parent cb89220 commit 880da69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ diagnostics(
136136
string error_tag: string ref,
137137
string error_message: string ref,
138138
string full_error_message: string ref,
139-
int location: @location_default ref
139+
int location: @location ref
140140
);
141141

142142
extractor_messages(
@@ -145,7 +145,7 @@ extractor_messages(
145145
string origin : string ref,
146146
string text : string ref,
147147
string entity : string ref,
148-
int location: @location_default ref,
148+
int location: @location ref,
149149
string stack_trace : string ref
150150
);
151151

0 commit comments

Comments
 (0)