Fixed definition of forum->open

This commit is contained in:
moodler 2002-10-03 11:17:51 +00:00
parent 70c476a79e
commit abf59b15bd

View File

@ -8,8 +8,7 @@ CREATE TABLE forum (
type enum('single','news','general','social','eachuser','teacher') NOT NULL default 'general',
name varchar(255) NOT NULL default '',
intro text NOT NULL,
opendiscuss tinyint(1) unsigned NOT NULL default '1',
openpost tinyint(1) unsigned NOT NULL default '1',
open tinyint(2) unsigned NOT NULL default '2',
assessed tinyint(1) unsigned NOT NULL default '0',
forcesubscribe tinyint(1) unsigned NOT NULL default '0',
timemodified int(10) unsigned NOT NULL default '0',