forum_style not default_style

git-svn-id: file:///svn/phpbb/trunk@2856 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-08-15 16:01:12 +00:00
parent 84dacf840d
commit 807f003c99

View file

@ -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)