From: Kees Monshouwer Date: Thu, 24 Apr 2014 16:21:31 +0000 (+0200) Subject: drop table comments in goracle-drop-schema.sql X-Git-Tag: rec-3.6.0-rc1~40^2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a50b95de8666fd488ab96f0d2fe45e2121e0ac31;p=pdns drop table comments in goracle-drop-schema.sql --- diff --git a/modules/goraclebackend/goracle-drop-schema.sql b/modules/goraclebackend/goracle-drop-schema.sql index f7a0370fc..2edd3088e 100644 --- a/modules/goraclebackend/goracle-drop-schema.sql +++ b/modules/goraclebackend/goracle-drop-schema.sql @@ -3,6 +3,9 @@ DROP SEQUENCE records_id_sequence; DROP TABLE supermasters; +DROP TABLE comments; +DROP SEQUENCE comments_id_sequence; + DROP TABLE domainmetadata; DROP SEQUENCE domainmetadata_id_sequence;