mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
forum rules, forum descriptions and group description bbcode uid fixes
git-svn-id: file:///svn/phpbb/trunk@8178 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -225,7 +225,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_desc blob NOT NULL,
|
||||
forum_desc_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
forum_desc_options int(11) UNSIGNED DEFAULT '7' NOT NULL,
|
||||
forum_desc_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
forum_desc_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
forum_link blob NOT NULL,
|
||||
forum_password varbinary(120) DEFAULT '' NOT NULL,
|
||||
forum_style smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
@@ -234,7 +234,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_rules_link blob NOT NULL,
|
||||
forum_rules_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
forum_rules_options int(11) UNSIGNED DEFAULT '7' NOT NULL,
|
||||
forum_rules_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
forum_rules_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
forum_topics_per_page tinyint(4) DEFAULT '0' NOT NULL,
|
||||
forum_type tinyint(4) DEFAULT '0' NOT NULL,
|
||||
forum_status tinyint(4) DEFAULT '0' NOT NULL,
|
||||
@@ -300,7 +300,7 @@ CREATE TABLE phpbb_groups (
|
||||
group_desc blob NOT NULL,
|
||||
group_desc_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
group_desc_options int(11) UNSIGNED DEFAULT '7' NOT NULL,
|
||||
group_desc_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
group_desc_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
group_display tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
group_avatar varbinary(255) DEFAULT '' NOT NULL,
|
||||
group_avatar_type tinyint(2) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user