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:
parent
758c3a4e85
commit
bf99fa324f
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,
|
||||
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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user