From 5604939b01de8c75c1ccf557238a7196f9d32ad6 Mon Sep 17 00:00:00 2001
From: scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 23 Sep 2009 18:37:08 +0000
Subject: [PATCH] Correct a typo: a redundant ON

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


git-svn-id: svn://svn.open-ils.org/ILS/trunk@14132 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql b/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql
index d6bb92d4b5..46ee317505 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0017.schema.circ-target-copy-indexes.sql
@@ -5,7 +5,7 @@ INSERT INTO config.upgrade_log (version) VALUES ('0017');
 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;
-- 
2.11.0