Skip to content

Commit

Permalink
Add the new version of wordsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
manitou-mail committed Sep 14, 2012
1 parent 314ff31 commit 81c396d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Manitou/Schema.pm
Expand Up @@ -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;
}
Expand Down

0 comments on commit 81c396d

Please sign in to comment.