Remove upgrade database docs

Database upgrades happens implicitly now as part of analysis. There
is no need to call this out in separate steps.
This commit is contained in:
Andrew Eisenberg
2022-08-23 09:35:31 -07:00
parent 5fe06abc24
commit b78faa4b71
5 changed files with 33 additions and 111 deletions

View File

@@ -80,17 +80,6 @@ You can also specify:
- .. include:: ../reusables/threads-query-execution.rst
.. pull-quote::
Upgrading databases
If the CodeQL queries you want to use are newer than the
extractor used to create the database, then you may see a message telling you
that your database needs to be upgraded when you run ``database analyze``.
You can quickly upgrade a database by running the ``database upgrade``
command. For more information, see ":doc:`Upgrading CodeQL databases
<upgrading-codeql-databases>`."
For full details of all the options you can use when analyzing databases, see
the `database analyze reference documentation <../manual/database-analyze>`__.