mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Add forum_postable to forum schema
git-svn-id: file:///svn/phpbb/trunk@3088 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -119,6 +119,7 @@ CREATE TABLE phpbb_forums (
|
|||||||
forum_style tinyint(4) UNSIGNED,
|
forum_style tinyint(4) UNSIGNED,
|
||||||
forum_image varchar(50),
|
forum_image varchar(50),
|
||||||
forum_status tinyint(4) DEFAULT '0' NOT NULL,
|
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_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
forum_topics 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,
|
forum_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
|
Reference in New Issue
Block a user