From 9ef5b6553c90ed5c0b778d93789e1f9c932634e9 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 9 Dec 2011 12:05:17 -0500 Subject: [PATCH] drop _replication tables so the new version of slony can move ahead --- Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql b/Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql index 1a140d79da..3d85ac624e 100644 --- a/Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql +++ b/Open-ILS/src/sql/Pg/pines-post-1.6.1-2.1-upgrade.sql @@ -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; + -- 2.11.0