summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 268b095)
raw | patch | inline | side by side (parent: 268b095)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 29 Oct 2012 12:01:36 +0000 (13:01 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 29 Oct 2012 12:01:36 +0000 (13:01 +0100) |
src/uninstall_postrr.sql | patch | blob | history |
index e670f27cdcd9f1cf47b4ccd4ddf0f60547ac12ef..088309cd113fc9dfbc267ef80157243c5816b965 100644 (file)
--- a/src/uninstall_postrr.sql
+++ b/src/uninstall_postrr.sql
DROP TABLE postrr.rrtimeslices;
DROP SEQUENCE postrr.tsid;
+DROP TABLE postrr.rrarchives;
+
DROP SCHEMA postrr;
SET client_min_messages TO DEFAULT;