Correct a typo: a redundant ON
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 18:37:08 +0000 (18:37 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Sep 2009 18:37:08 +0000 (18:37 +0000)
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

index d6bb92d..46ee317 100644 (file)
@@ -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;