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:
8484
8585 Upgrading databases
8686
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
8888 to explicitly upgrade the database before you can run an analysis with a newer
8989 version of the CodeQL CLI. If this step is necessary, then you will see a message telling you
9090 that your database needs to be upgraded when you run ``database analyze``.
9191
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+
9295 CodeQL databases are upgraded by running the following command::
9396
9497 codeql database upgrade <database>
You can’t perform that action at this time.
0 commit comments