mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/9549] Update database with the new config values and columns
PHPBB3-9549
This commit is contained in:
@@ -605,7 +605,8 @@ CREATE TABLE phpbb_groups (
|
||||
group_receive_pm number(1) DEFAULT '0' NOT NULL,
|
||||
group_message_limit number(8) DEFAULT '0' NOT NULL,
|
||||
group_max_recipients number(8) DEFAULT '0' NOT NULL,
|
||||
group_legend number(1) DEFAULT '1' NOT NULL,
|
||||
group_legend number(8) DEFAULT '0' NOT NULL,
|
||||
group_teampage number(8) DEFAULT '0' NOT NULL,
|
||||
CONSTRAINT pk_phpbb_groups PRIMARY KEY (group_id)
|
||||
)
|
||||
/
|
||||
|
Reference in New Issue
Block a user