From: Kees Monshouwer Date: Fri, 8 Aug 2014 11:57:31 +0000 (+0200) Subject: add domainmetadata change to goracle upgrade notes X-Git-Tag: auth-3.4.0-rc2~48^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1657%2Fhead;p=thirdparty%2Fpdns.git add domainmetadata change to goracle upgrade notes --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 9efa7cb653..5d77d1560c 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -13253,6 +13253,8 @@ ALTER TABLE records ADD disabled INT DEFAULT 0; ALTER TABLE records MODIFY auth INT DEFAULT 1; UPDATE records SET auth=1 WHERE auth IS NULL; + +ALTER TABLE domainmetadata MODIFY kind VARCHAR2(32);