From 1346a21e439dfbd41f6c1450503c5d71b78047b0 Mon Sep 17 00:00:00 2001
From: Erik Winkels <erik.winkels@powerdns.com>
Date: Tue, 9 Jan 2018 15:30:51 +0100
Subject: [PATCH] Add upgrading note for #5915.

And also for PR #6019.
---
 docs/upgrading.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index 3d979d5b8..a9ae0de6c 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -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
 --------------
 
-- 
2.40.0