From: Matt Nordhoff Date: Sat, 1 Feb 2020 20:23:12 +0000 (+0000) Subject: docs: Add 4.2 schema links X-Git-Tag: auth-4.3.0-beta2~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8775%2Fhead;p=thirdparty%2Fpdns.git docs: Add 4.2 schema links --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index 73aa0f54b3..5d8b591637 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -153,6 +153,6 @@ Only enable this if you are certain you need to. For more discussion, see https: Default Schema -------------- -This is the 4.2 schema. Please find `the 4.1 schema on GitHub `_. +This is the 4.3 schema. Please find `the 4.2 schema `_ and `the 4.1 schema `_ on GitHub. .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql diff --git a/docs/backends/generic-odbc.rst b/docs/backends/generic-odbc.rst index 2b1400ae6f..639b52dad8 100644 --- a/docs/backends/generic-odbc.rst +++ b/docs/backends/generic-odbc.rst @@ -111,7 +111,7 @@ 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 `_. +This is the schema for 4.3. Please find `the 4.2 schema `_ and `the 4.1 schema `_ on GitHub. .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql :language: SQL diff --git a/docs/backends/generic-postgresql.rst b/docs/backends/generic-postgresql.rst index c771876834..f65b4bf970 100644 --- a/docs/backends/generic-postgresql.rst +++ b/docs/backends/generic-postgresql.rst @@ -94,7 +94,7 @@ Default: "". Default schema -------------- -This is the 4.2 schema. Please find `the 4.1 schema on GitHub `_. +This is the 4.3 schema. Please find `the 4.2 schema `_ and the `the 4.1 schema `_ on GitHub. .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql :language: SQL diff --git a/docs/backends/generic-sqlite3.rst b/docs/backends/generic-sqlite3.rst index e2c5957203..c3a5d4a538 100644 --- a/docs/backends/generic-sqlite3.rst +++ b/docs/backends/generic-sqlite3.rst @@ -33,8 +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 in 4.2. -If you have not upgraded to 4.2, please use `the 4.1 schema on GitHub `_. +with data. The default setup conforms to the following schema in 4.3. +If you have not upgraded to 4.3, please use `the 4.2 schema `_ or `the 4.1 schema `_ on GitHub. .. literalinclude:: ../../modules/gsqlite3backend/schema.sqlite3.sql diff --git a/docs/guides/basic-database.rst b/docs/guides/basic-database.rst index bca3a9cee1..4b2e2a3961 100644 --- a/docs/guides/basic-database.rst +++ b/docs/guides/basic-database.rst @@ -48,7 +48,7 @@ Example: configuring MySQL Connect to MySQL as a user with sufficient privileges and issue the following commands below if you are running the 4.2 or master version of PowerDNS: -Please find `the 4.1 schema on GitHub `_. +Please find `the 4.2 schema `_ and `the 4.1 schema `_ on GitHub. .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql