File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,14 @@ You can also specify:
84
84
85
85
Upgrading databases
86
86
87
- For databases that were creaated by CodeQL CLI v2.3.3 or earlier, you will need
87
+ For databases that were created by CodeQL CLI v2.3.3 or earlier, you will need
88
88
to explicitly upgrade the database before you can run an analysis with a newer
89
89
version of the CodeQL CLI. If this step is necessary, then you will see a message telling you
90
90
that your database needs to be upgraded when you run ``database analyze``.
91
91
92
+ For databases that were created by CodeQL CLI v2.3.4 or later, the CLI will implicitly run any
93
+ required upgrades. Explicitly running the upgrade command is not necessary.
94
+
92
95
CodeQL databases are upgraded by running the following command::
93
96
94
97
codeql database upgrade <database>
You can’t perform that action at this time.
0 commit comments