mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4476
This commit is contained in:
parent
a8d191c5c2
commit
86a8a74781
|
@ -19019,3 +19019,9 @@ David 1 Nov 2004
|
||||||
util.C
|
util.C
|
||||||
user/
|
user/
|
||||||
download.inc
|
download.inc
|
||||||
|
|
||||||
|
David 2 Nov 2004
|
||||||
|
- update schema.sql with forum-related changes
|
||||||
|
|
||||||
|
db/
|
||||||
|
schema.sql
|
||||||
|
|
|
@ -387,8 +387,11 @@ create table forum_preferences (
|
||||||
link_popup tinyint(1) unsigned not null default 0,
|
link_popup tinyint(1) unsigned not null default 0,
|
||||||
mark_as_read_timestamp integer not null default 0,
|
mark_as_read_timestamp integer not null default 0,
|
||||||
special_user 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,
|
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)
|
primary key (userid)
|
||||||
) type=MyISAM;
|
) type=MyISAM;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue