Use --force-overwrite for creating databases

...but only if the feature exists in the CLI.
This commit is contained in:
Andrew Eisenberg 2024-06-11 11:38:18 -07:00
parent c7964947b4
commit 0a64ae0929
No known key found for this signature in database
6 changed files with 12 additions and 4 deletions

1
lib/tools-features.js generated
View file

@ -10,6 +10,7 @@ var ToolsFeature;
ToolsFeature["SetsCodeqlRunnerEnvVar"] = "setsCodeqlRunnerEnvVar";
ToolsFeature["TraceCommandUseBuildMode"] = "traceCommandUseBuildMode";
ToolsFeature["SarifMergeRunsFromEqualCategory"] = "sarifMergeRunsFromEqualCategory";
ToolsFeature["ForceOverwite"] = "forceOverwite";
})(ToolsFeature || (exports.ToolsFeature = ToolsFeature = {}));
/**
* Determines if the given feature is supported by the CLI.