From 4d39fb4b6cd3e22c619d28580821d3191b606c0b Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 28 Aug 2019 13:08:22 +0200 Subject: [PATCH] correct table name --- docs/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 19d1f8aa7..371f2cddb 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -13,7 +13,7 @@ upgrade notes if your version is older than 3.4.2. - Superslave operation is no longer enabled by default, use :ref:`setting-superslave` to enable. This setting was called ``supermaster`` in some 4.2.0 prereleases. - The gsqlite3 backend, and the DNSSEC database for the BIND backend, have a new journal-mode setting. This setting defaults to `WAL `_; older versions of PowerDNS did not set the journal mode, which means they used the SQLite default of DELETE. -- Autoserial support has been removed. The ``change_date`` column has been removed from the ``domains`` table in all gsql backends, but leaving it in is harmless. +- Autoserial support has been removed. The ``change_date`` column has been removed from the ``records`` table in all gsql backends, but leaving it in is harmless. - The :doc:`Generic PostgreSQL backend ` schema has changed: the ``notified_serial`` column type in the ``domains`` table has been changed from ``INT DEFAULT NULL`` to ``BIGINT DEFAULT NULL``: ``ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;`` 4.1.0 to 4.1.1 -- 2.40.0