From: Chris Sharp Date: Fri, 9 Dec 2011 17:05:17 +0000 (-0500) Subject: drop _replication tables so the new version of slony can move ahead X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9ef5b6553c90ed5c0b778d93789e1f9c932634e9;p=evergreen%2Fpines.git drop _replication tables so the new version of slony can move ahead --- 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; +