[open-ils-commits] r14132 - trunk/Open-ILS/src/sql/Pg/upgrade (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 23 14:37:13 EDT 2009


Author: scottmk
Date: 2009-09-23 14:37:08 -0400 (Wed, 23 Sep 2009)
New Revision: 14132

Modified:
   trunk/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql
Log:
Correct a typo: a redundant ON

M    upgrade/0017.schema.circ-target-copy-indexes.sql


Modified: trunk/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql	2009-09-23 18:25:39 UTC (rev 14131)
+++ trunk/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql	2009-09-23 18:37:08 UTC (rev 14132)
@@ -5,7 +5,7 @@
 CREATE INDEX action_circulation_target_copy_idx
 ON action.circulation (target_copy);
 
-CREATE INDEX action_aged_circulation_target_copy_idx ON
+CREATE INDEX action_aged_circulation_target_copy_idx
 ON action.aged_circulation (target_copy);
 
 COMMIT;



More information about the open-ils-commits mailing list