mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9549] Update database with the new config values and columns
PHPBB3-9549
This commit is contained in:
@@ -316,7 +316,8 @@ CREATE TABLE phpbb_groups (
|
||||
group_receive_pm tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
group_message_limit mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
group_max_recipients mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
group_legend tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
group_legend mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
group_teampage mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
PRIMARY KEY (group_id),
|
||||
KEY group_legend_name (group_legend, group_name(255))
|
||||
);
|
||||
|
Reference in New Issue
Block a user