mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/9549] Update database with the new config values and columns
PHPBB3-9549
This commit is contained in:
@@ -308,7 +308,8 @@ CREATE TABLE phpbb_groups (
|
||||
group_receive_pm INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
group_message_limit INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
group_max_recipients INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
group_legend INTEGER UNSIGNED NOT NULL DEFAULT '1'
|
||||
group_legend INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
group_teampage INTEGER UNSIGNED NOT NULL DEFAULT '0'
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_groups_group_legend_name ON phpbb_groups (group_legend, group_name);
|
||||
|
Reference in New Issue
Block a user