svn path=/trunk/boinc/; revision=891
This commit is contained in:
Eric Heien 2003-02-11 19:28:02 +00:00
parent 4e4a9e6782
commit 4b1f7c810c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ alter table team
alter table workunit
add unique(name),
add index wu_val (appid, need_validate),
add index wu_retry (appid, retry_check_time),
add index wu_timeout (appid, timeout_check_time),
add index wu_filedel (file_delete_state),
add index wu_assim (appid, assimilate_state);