mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
forum_style not default_style
git-svn-id: file:///svn/phpbb/trunk@2856 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -135,6 +135,7 @@ CREATE TABLE phpbb_forums (
|
|||||||
|
|
||||||
forum_name varchar(150) NOT NULL,
|
forum_name varchar(150) NOT NULL,
|
||||||
forum_desc text,
|
forum_desc text,
|
||||||
|
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_posts mediumint(8) UNSIGNED 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_next int(11) UNSIGNED,
|
||||||
prune_days tinyint(4) UNSIGNED NOT NULL,
|
prune_days tinyint(4) UNSIGNED NOT NULL,
|
||||||
prune_freq tinyint(4) UNSIGNED DEFAULT '0' 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),
|
PRIMARY KEY (forum_id),
|
||||||
KEY forums_order (forum_order),
|
KEY forums_order (forum_order),
|
||||||
KEY forum_last_post_id (forum_last_post_id)
|
KEY forum_last_post_id (forum_last_post_id)
|
||||||
|
Reference in New Issue
Block a user