*** empty log message ***

svn path=/trunk/boinc/; revision=4476
This commit is contained in:
David Anderson 2004-11-02 20:27:08 +00:00
parent a8d191c5c2
commit 86a8a74781
2 changed files with 10 additions and 1 deletions

View File

@ -19019,3 +19019,9 @@ David 1 Nov 2004
util.C
user/
download.inc
David 2 Nov 2004
- update schema.sql with forum-related changes
db/
schema.sql

View File

@ -387,8 +387,11 @@ create table forum_preferences (
link_popup tinyint(1) unsigned not null default 0,
mark_as_read_timestamp integer not null default 0,
special_user integer not null default 0,
jump_to_unread tinyint(1) unsigned not null default 1,
jump_to_unread tinyint(1) unsigned not null default 0,
hide_signatures tinyint(1) unsigned not null default 0,
rated_posts varchar(254) not null,
low_rating_threshold integer not null,
high_rating_threshold integer not null,
primary key (userid)
) type=MyISAM;