From: Peter van Dijk Date: Tue, 25 Feb 2014 09:24:32 +0000 (+0000) Subject: nit, thanks @jpmens X-Git-Tag: rec-3.6.0-rc1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dabdf3f23ab5d48faa8b9ed2c115561006748d34;p=thirdparty%2Fpdns.git nit, thanks @jpmens --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 743c261086..7be685baab 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -12474,7 +12474,7 @@ create index recordorder on records (domain_id, ordername text_pattern_ops); - An GSQL Backend schema change is necessary for new features. + A GSQL Backend schema change is necessary for new features. For MySQL: ALTER TABLE records ADD disabled BOOLEAN DEFAULT 0;