mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixed definition of forum->open
This commit is contained in:
parent
70c476a79e
commit
abf59b15bd
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user