]> granicus.if.org Git - pdns/commitdiff
Add upgrading note for #5915.
authorErik Winkels <erik.winkels@powerdns.com>
Tue, 9 Jan 2018 14:30:51 +0000 (15:30 +0100)
committerErik Winkels <erik.winkels@powerdns.com>
Tue, 9 Jan 2018 15:07:04 +0000 (16:07 +0100)
And also for PR #6019.

docs/upgrading.rst

index 3d979d5b8c79a4a49b5aefdd277a9f54257d4a48..a9ae0de6cf789079baae3de53d423e5799f7a884 100644 (file)
@@ -8,6 +8,16 @@ Please upgrade to the PowerDNS Authoritative Server 4.0.0 from 3.4.2+.
 See the `3.X <https://doc.powerdns.com/3/authoritative/upgrading/>`__
 upgrade notes if your version is older than 3.4.2.
 
+4.1.0 to 4.1.1
+--------------
+
+- The :doc:`Generic MySQL backend <backends/generic-mysql>` schema has
+  changed: the ``notified_serial`` column default in the ``domains``
+  table has been changed from ``INT DEFAULT NULL`` to ``INT UNSIGNED
+  DEFAULT NULL``:
+
+  - ``ALTER TABLE domains MODIFY notified_serial INT UNSIGNED DEFAULT NULL;``
+
 4.0.X to 4.1.0
 --------------