Add forum_postable to forum schema

git-svn-id: file:///svn/phpbb/trunk@3088 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-11-24 23:10:16 +00:00
parent aedd730552
commit b728abd4d2

View file

@ -119,6 +119,7 @@ CREATE TABLE phpbb_forums (
forum_style tinyint(4) UNSIGNED,
forum_image varchar(50),
forum_status tinyint(4) DEFAULT '0' NOT NULL,
forum_postable tinyint(4) DEFAULT '0' NOT NULL,
forum_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
forum_topics mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,