From 01260ffca46ea9682fcf14a6c63a7696b5e8d556 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 22 2020 07:46:29 +0000 Subject: update migration notes --- diff --git a/docs/source/migrations/migrating_to_1.23.rst b/docs/source/migrations/migrating_to_1.23.rst index d837f14..67a4fcd 100644 --- a/docs/source/migrations/migrating_to_1.23.rst +++ b/docs/source/migrations/migrating_to_1.23.rst @@ -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 `_). +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 `_). + +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 `_) + +Lastly, we've added a new index for the ``task`` table to improve performance +(see `PR#2419 `_) As in previous releases, we provide a migration script that updates the database.