]> granicus.if.org Git - pdns/commitdiff
correct table name
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 28 Aug 2019 11:08:22 +0000 (13:08 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 28 Aug 2019 11:08:22 +0000 (13:08 +0200)
docs/upgrading.rst

index 19d1f8aa7b0c2c360c696d501f38c82110e55f82..371f2cddb2b22c0a24d883267e2a88db61f15637 100644 (file)
@@ -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 <https://www.sqlite.org/wal.html>`_; 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 <backends/generic-postgresql>` 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