[open-ils-commits] r14345 - branches/rel_1_6_0/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Oct 11 23:13:36 EDT 2009


Author: miker
Date: 2009-10-11 23:13:33 -0400 (Sun, 11 Oct 2009)
New Revision: 14345

Modified:
   branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.4.0.5-1.6.0.0-upgrade-db.sql
Log:
insert billing summary data into the materialized view during upgrade

Modified: branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.4.0.5-1.6.0.0-upgrade-db.sql
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.4.0.5-1.6.0.0-upgrade-db.sql	2009-10-12 03:12:53 UTC (rev 14344)
+++ branches/rel_1_6_0/Open-ILS/src/sql/Pg/1.4.0.5-1.6.0.0-upgrade-db.sql	2009-10-12 03:13:33 UTC (rev 14345)
@@ -819,7 +819,7 @@
 
 
 CREATE TABLE money.materialized_billable_xact_summary AS
-	SELECT * FROM money.billable_xact_summary WHERE 1=0;
+	SELECT * FROM money.billable_xact_summary;
 
 CREATE INDEX money_mat_summary_id_idx ON money.materialized_billable_xact_summary (id);
 CREATE INDEX money_mat_summary_usr_idx ON money.materialized_billable_xact_summary (usr);



More information about the open-ils-commits mailing list