From 81c396d5c85598a68751678ee2cdc264046e158f Mon Sep 17 00:00:00 2001 From: Daniel Verite Date: Fri, 14 Sep 2012 12:29:56 +0200 Subject: [PATCH] Add the new version of wordsearch --- lib/Manitou/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Manitou/Schema.pm b/lib/Manitou/Schema.pm index e202ced..8df3b71 100644 --- a/lib/Manitou/Schema.pm +++ b/lib/Manitou/Schema.pm @@ -896,6 +896,7 @@ sub upgrade_schema_statements { push @stmt, "ALTER TABLE jobs_queue ADD status SMALLINT"; push @stmt, $tables{"import_mbox"}; push @stmt, $tables{"import_message"}; + push @stmt, $functions{"wordsearch"}; } return @stmt; }