- forgot to add team.joinable to schema.sql

svn path=/trunk/boinc/; revision=16229
This commit is contained in:
David Anderson 2008-10-17 18:08:26 +00:00
parent d786872da7
commit 3f67133c9b
2 changed files with 7 additions and 0 deletions

View File

@ -8448,3 +8448,9 @@ David 17 Oct 2008
html/user/
edit_user_info_action.php
David 17 Oct 2008
- forgot to add team.joinable to schema.sql
db/
schema.sql

View File

@ -118,6 +118,7 @@ create table team (
seti_id integer not null,
ping_user integer not null default 0,
ping_time integer unsigned not null default 0,
joinable tinyint not null default 1,
primary key (id)
) engine=MyISAM;