mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10411] Update schema and fix database update
PHPBB3-10411
This commit is contained in:
@@ -454,8 +454,7 @@ CREATE TABLE phpbb_groups (
|
||||
group_receive_pm INTEGER DEFAULT 0 NOT NULL,
|
||||
group_message_limit INTEGER DEFAULT 0 NOT NULL,
|
||||
group_max_recipients INTEGER DEFAULT 0 NOT NULL,
|
||||
group_legend INTEGER DEFAULT 0 NOT NULL,
|
||||
group_teampage INTEGER DEFAULT 0 NOT NULL
|
||||
group_legend INTEGER DEFAULT 0 NOT NULL
|
||||
);;
|
||||
|
||||
ALTER TABLE phpbb_groups ADD PRIMARY KEY (group_id);;
|
||||
|
Reference in New Issue
Block a user