mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
758c3a4e85
commit
bf99fa324f
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -615,6 +615,7 @@ CREATE TABLE phpbb_styles (
|
||||||
theme_id tinyint(4) UNSIGNED NOT NULL,
|
theme_id tinyint(4) UNSIGNED NOT NULL,
|
||||||
imageset_id tinyint(4) UNSIGNED NOT NULL,
|
imageset_id tinyint(4) UNSIGNED NOT NULL,
|
||||||
style_name char(30) NOT NULL,
|
style_name char(30) NOT NULL,
|
||||||
|
bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
PRIMARY KEY (style_id),
|
PRIMARY KEY (style_id),
|
||||||
KEY (template_id),
|
KEY (template_id),
|
||||||
KEY (theme_id),
|
KEY (theme_id),
|
||||||
|
|
Loading…
Add table
Reference in a new issue