From dc3ed2e128d3e8aa65b54b3ec49c30918484c97e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 14 Jun 2003 19:33:57 +0000 Subject: Minor change, move bbcode_bitfield to template since it's template specific git-svn-id: file:///svn/phpbb/trunk@4132 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/mysql_schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/install/schemas/mysql_schema.sql') diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 8ac0cae222..4073ba2902 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -464,7 +464,6 @@ CREATE TABLE phpbb_styles ( theme_id tinyint(4) UNSIGNED NOT NULL, imageset_id tinyint(4) UNSIGNED NOT NULL, style_name char(30) NOT NULL, - bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (style_id), KEY (template_id), KEY (theme_id), @@ -477,7 +476,8 @@ CREATE TABLE phpbb_styles_template ( template_name varchar(30) NOT NULL, template_path varchar(50) NOT NULL, poll_length smallint(5) UNSIGNED NOT NULL, - pm_box_length smallint(5) UNSIGNED NOT NULL, + pm_box_length smallint(5) UNSIGNED NOT NULL, + bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (template_id) ); -- cgit v1.2.1