1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 02:50:00 +01:00

Added: bbcode_bitfield added to phpbb_styles. See dev forum

git-svn-id: file:///svn/phpbb/trunk@4087 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-06-05 19:21:19 +00:00
parent 758c3a4e85
commit bf99fa324f
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -615,6 +615,7 @@ 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),