From b035b49dcc82a652e5d49104c10e983ab332f748 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 30 Dec 2009 16:33:28 +0000 Subject: [PATCH] also drop money.open_usr_summary before rebuilding to prevent error on dependence with money.open_billable_xact_summary git-svn-id: svn://svn.open-ils.org/ILS/trunk@15248 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/upgrade/0128.schema.billing-matt-views.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/sql/Pg/upgrade/0128.schema.billing-matt-views.sql b/Open-ILS/src/sql/Pg/upgrade/0128.schema.billing-matt-views.sql index 5c07a2d860..9f287da23b 100644 --- a/Open-ILS/src/sql/Pg/upgrade/0128.schema.billing-matt-views.sql +++ b/Open-ILS/src/sql/Pg/upgrade/0128.schema.billing-matt-views.sql @@ -3,6 +3,7 @@ BEGIN; INSERT INTO config.upgrade_log (version) VALUES ('0128'); DROP VIEW money.open_usr_circulation_summary; +DROP VIEW money.open_usr_summary; DROP VIEW money.open_billable_xact_summary; CREATE OR REPLACE VIEW money.billable_xact_summary AS -- 2.11.0