DB update was skipped in the last CVS checkin for team page update :(

svn path=/trunk/boinc/; revision=11410
This commit is contained in:
Rytis Slatkevičius 2006-10-31 09:06:58 +00:00
parent e262b87eb0
commit 81a2e9cd7d
1 changed files with 7 additions and 1 deletions

View File

@ -336,6 +336,12 @@ function update_10_21_2006() {
do_query("alter table app add beta smallint not null default 0");
}
//update_10_21_2006();
function update_10_26_2006() {
do_query("ALTER TABLE `team` ADD `ping_user` INT UNSIGNED NOT NULL DEFAULT '0',
ADD `ping_time` INT UNSIGNED NOT NULL DEFAULT '0'");
do_query("ALTER TABLE team ADD INDEX team_userid (userid)");
}
//update_10_26_2006();
?>