JS: fixup dbscheme in upgrade directory

This commit is contained in:
Esben Sparre Andreasen
2019-09-05 12:26:39 +01:00
parent 5d6997c1c9
commit ec58ccc0ec

View File

@@ -1139,7 +1139,7 @@ configLocations(
/**
* The time taken for the extraction of a file.
* This table contains non-deternistic content.
* This table contains non-deterministic content.
*
* The sum of the `time` column for each (`file`, `timerKind`) pair
* is the total time taken for extraction of `file`. The `extractionPhase`
@@ -1149,14 +1149,14 @@ extraction_time(
int file : @file ref,
// see `com.semmle.js.extractor.ExtractionMetrics.ExtractionPhase`.
int extractionPhase: int ref,
// 0 for the elapsed CPU time in nanoseconds, 1 for the wall elapsed wallclock time in nanoseconds
// 0 for the elapsed CPU time in nanoseconds, 1 for the elapsed wallclock time in nanoseconds
int timerKind: int ref,
float time: float ref
)
/**
* Non-timing related data for the extraction of a single file.
* This table contains non-deternistic content.
* This table contains non-deterministic content.
*/
extraction_data(
int file : @file ref,