update migration notes

This commit is contained in:
Mike McLean 2020-10-21 19:41:52 -04:00 committed by Tomas Kopecek
parent 43f36df46c
commit 01260ffca4

View file

@ -6,9 +6,18 @@ You should consider the following changes when migrating to 1.23:
DB Updates
----------
There is one minor schema change in this release. We've dropped NOT NULL
restriction on tag_extra value column to allow block these values in hierarchy
(`PR#2495 <https://pagure.io/koji/pull-request/2495>`_).
This release includes some minor schema changes.
We've dropped the ``NOT NULL`` restriction on the ``value`` column of the
``tag_extra`` table as part of the changes to allow blocking these values in
the inheritance (see `PR#2495 <https://pagure.io/koji/pull-request/2495>`_).
We've also added a new ``proton_queue`` table that is used by the ``protonmsg``
plugin when it is configured to queue messages
(see `PR#2441 <https://pagure.io/koji/pull-request/2441>`_)
Lastly, we've added a new index for the ``task`` table to improve performance
(see `PR#2419 <https://pagure.io/koji/pull-request/2419>`_)
As in previous releases, we provide a migration script that updates the database.