Code

uninstall_postrr.sql: Drop table "postrr.rrarchives".
[postrr.git] / src / uninstall_postrr.sql
index e670f27cdcd9f1cf47b4ccd4ddf0f60547ac12ef..088309cd113fc9dfbc267ef80157243c5816b965 100644 (file)
@@ -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;