mirror of https://github.com/BOINC/boinc.git
- forgot to add team.joinable to schema.sql
svn path=/trunk/boinc/; revision=16229
This commit is contained in:
parent
d786872da7
commit
3f67133c9b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue