From: Florent Bruneau Date: Thu, 7 Oct 2010 11:56:46 +0000 (+0200) Subject: The script filling the search_name table has been fixed, so include a full X-Git-Tag: xorg/1.0.1~83 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=85d16d6a72eb7ea25cdaf73a025fbc78c0486767;p=platal.git The script filling the search_name table has been fixed, so include a full reindexation in the upgrade script. Signed-off-by: Florent Bruneau --- diff --git a/upgrade/1.0.1/update.sh b/upgrade/1.0.1/update.sh index 0aa2807..3d6c7b8 100755 --- a/upgrade/1.0.1/update.sh +++ b/upgrade/1.0.1/update.sh @@ -17,3 +17,8 @@ script_run ./tokenize_job_terms.php confirm "* Running post-PHP database upgrade script" mysql_run ./99_jobs.sql.postphp + +confirm "* Upgrading search table (reindex user names for quick search)" +pushd ../../bin +./search.rebuild_db.php +popd