]> granicus.if.org Git - pdns/commitdiff
docs: link to 4.1 gsql schemas
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 Dec 2018 16:34:53 +0000 (17:34 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 Dec 2018 16:34:53 +0000 (17:34 +0100)
docs/backends/generic-mysql.rst
docs/backends/generic-odbc.rst
docs/backends/generic-oracle.rst
docs/backends/generic-postgresql.rst
docs/backends/generic-sqlite3.rst

index 6247f9202db24c36f481774284bee60fad34f985..c04070d58c30588f8af551215c9d2cdcc82def75 100644 (file)
@@ -126,4 +126,6 @@ server. A value of 0 will disable the timeout. Default: 10
 Default Schema
 --------------
 
+This is the 4.2 schema. Please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gmysqlbackend/schema.mysql.sql>`_.
+
 .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql
index 65d42325328e53937774c15fcf7699cb93ce800f..69fa1b5f43a82485954e7306250ca069a8054a19 100644 (file)
@@ -111,6 +111,8 @@ For convenience, a schema for MS SQL Server has been created: (Note:
 This schema can also be found in the PowerDNS source as
 ``modules/godbcbackend/schema.mssql.sql``).
 
+This is the schema for 4.2. For 4.1, please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/godbcbackend/schema.mssql.sql>`_.
+
 .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql
 
 Load this into the database as follows:
index f7401b32ac68bb7d3178a1b3533b0374af799b5e..5093240747c86a02361212c665bc92b3d8ac106e 100644 (file)
@@ -17,6 +17,8 @@ The Generic Oracle Backend is a :doc:`generic-sql`. The default setup conforms t
 following schema, which you should add to an Oracle database. You may
 need or want to add ``namespace`` statements.
 
+Below, you will find the schema for 4.2. If you are using 4.1 or earlier, please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/goraclebackend/schema.goracle.sql>`_.
+
 .. literalinclude:: ../../modules/goraclebackend/schema.goracle.sql
 
 This schema contains all elements needed for master, slave and
index 3bb34ddb2d523cedb11339ecf9cf0a207392d630..cb396fb7e916e895cd591ba3aed8be385cb767bb 100644 (file)
@@ -94,4 +94,6 @@ Default: "".
 Default schema
 --------------
 
+This is the 4.2 schema. Please find `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gpgsqlbackend/schema.pgsql.sql>`_.
+
 .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql
index d3904921da97d8105b814313306e405256b55268..31066a92135d81fab865802919b04ead54578a84 100644 (file)
@@ -33,7 +33,8 @@ Setting up the database
 ------------------------
 
 Before you can use this backend you first have to set it up and fill it
-with data. The default setup conforms to the following schema:
+with data. The default setup conforms to the following schema in 4.2.
+If you have not upgraded to 4.2, please use `the 4.1 schema on GitHub <https://github.com/PowerDNS/pdns/blob/rel/auth-4.1.x/modules/gsqlite3backend/schema.sqlite3.sql>`_.
 
 .. literalinclude:: ../../modules/gsqlite3backend/schema.sqlite3.sql