drop reporter.copy_statistics_view for upgrade to work
authorChris Sharp <csharp@georgialibraries.org>
Sun, 9 Sep 2018 14:40:24 +0000 (10:40 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 19 Oct 2018 11:56:25 +0000 (07:56 -0400)
Open-ILS/src/sql/Pg/version-upgrade/pines-pre-3.2-upgrade.sql

index fea5a50..19228cc 100644 (file)
@@ -11,4 +11,6 @@ CREATE OR REPLACE FUNCTION evergreen.oils_json_to_text( TEXT ) RETURNS TEXT AS $
     return $txt
 $f$ LANGUAGE PLPERLU;
 
+drop view reporter.copy_statistics_view;
+
 commit;