mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
aedd730552
commit
b728abd4d2
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue