]> git.openstreetmap.org Git - osqa.git/commitdiff
Removes an extra "pipe" from the mysql fts install script.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 9 Jun 2011 19:05:30 +0000 (19:05 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 9 Jun 2011 19:05:30 +0000 (19:05 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1060 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/mysqlfulltext/fts_install.sql

index e444158e69aaac7c3108d05af163c08defa6db71..eae65e6528e67b4027eb23ac539c81b64feebe46 100644 (file)
@@ -34,4 +34,4 @@ CREATE TRIGGER fts_on_update AFTER UPDATE ON forum_node
 |
 
 INSERT INTO forum_mysqlftsindex (node_id, title, body, tagnames) SELECT id, UPPER(title), UPPER(body), UPPER(tagnames) FROM forum_node;
-|
+