mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C#: Update extractor_messages relation schema.
This commit is contained in:
@@ -136,7 +136,7 @@ diagnostics(
|
||||
string error_tag: string ref,
|
||||
string error_message: string ref,
|
||||
string full_error_message: string ref,
|
||||
int location: @location_default ref
|
||||
int location: @location ref
|
||||
);
|
||||
|
||||
extractor_messages(
|
||||
@@ -145,7 +145,7 @@ extractor_messages(
|
||||
string origin : string ref,
|
||||
string text : string ref,
|
||||
string entity : string ref,
|
||||
int location: @location_default ref,
|
||||
int location: @location ref,
|
||||
string stack_trace : string ref
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user