mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
forum_style not default_style
git-svn-id: file:///svn/phpbb/trunk@2856 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
84dacf840d
commit
807f003c99
1 changed files with 224 additions and 226 deletions
|
@ -135,6 +135,7 @@ CREATE TABLE phpbb_forums (
|
|||
|
||||
forum_name varchar(150) NOT NULL,
|
||||
forum_desc text,
|
||||
forum_style tinyint(4) UNSIGNED,
|
||||
forum_image varchar(50),
|
||||
forum_status tinyint(4) DEFAULT '0' NOT NULL,
|
||||
forum_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
|
@ -144,9 +145,6 @@ CREATE TABLE phpbb_forums (
|
|||
prune_next int(11) UNSIGNED,
|
||||
prune_days tinyint(4) UNSIGNED NOT NULL,
|
||||
prune_freq tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
default_style tinyint(4) UNSIGNED,
|
||||
default_group mediumint(8) UNSIGNED,
|
||||
default_user mediumint(8) UNSIGNED,
|
||||
PRIMARY KEY (forum_id),
|
||||
KEY forums_order (forum_order),
|
||||
KEY forum_last_post_id (forum_last_post_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue