Add missing table columns.

This commit is contained in:
Dominik Bamberger
2021-07-26 11:40:20 +02:00
parent fedd4d7d15
commit 1cdb345148

View File

@@ -92,10 +92,13 @@ The following properties are supported in ``qlpack.yml`` files.
- The path to a directory within the pack that contains upgrade scripts, defined relative to the pack directory. The ``database upgrade`` action uses these scripts to update databases that were created by an older version of an extractor so they're compatible with the current extractor (see `Upgrade scripts for a language <#upgrade-scripts-for-a-language>`__ below.)
* - ``authors``
- ``example@github.com``
- All packs
- Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to.
* - ``licenses``
- ``(LGPL-2.1 AND MIT)``
- All packs
- Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to.
* - ``description``
- ``Human-readable description of the software packaged in the image.``
- All packs
- Metadata that will be displayed on the packaging search page in the packages section of the organization that a CodeQL pack is published to.