From: Sebastian Harl Date: Mon, 29 Oct 2012 12:01:36 +0000 (+0100) Subject: uninstall_postrr.sql: Drop table "postrr.rrarchives". X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=d564ba568b7d1941aa6fabe93288b5fefe72afc5 uninstall_postrr.sql: Drop table "postrr.rrarchives". --- diff --git a/src/uninstall_postrr.sql b/src/uninstall_postrr.sql index e670f27..088309c 100644 --- a/src/uninstall_postrr.sql +++ b/src/uninstall_postrr.sql @@ -52,6 +52,8 @@ DROP FUNCTION IF EXISTS PostRR_Version(); DROP TABLE postrr.rrtimeslices; DROP SEQUENCE postrr.tsid; +DROP TABLE postrr.rrarchives; + DROP SCHEMA postrr; SET client_min_messages TO DEFAULT;