drop _replication tables so the new version of slony can move ahead
authorChris Sharp <csharp@georgialibraries.org>
Fri, 9 Dec 2011 17:05:17 +0000 (12:05 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 9 Dec 2011 17:05:17 +0000 (12:05 -0500)
Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql

index 1a140d7..3d85ac6 100644 (file)
@@ -70,3 +70,7 @@ ALTER TABLE reporter.classic_current_circ
   OWNER TO postgres;
 GRANT ALL ON TABLE reporter.classic_current_circ TO postgres;
 GRANT SELECT, REFERENCES, TRIGGER ON TABLE reporter.classic_current_circ TO public;
+
+-- drop the replication tables to allow us to create a new slony node
+DROP SCHEMA _replication CASCADE;
+