From dabdf3f23ab5d48faa8b9ed2c115561006748d34 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 25 Feb 2014 09:24:32 +0000 Subject: [PATCH] nit, thanks @jpmens --- pdns/docs/pdns.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3