mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/10411] Update schema and fix database update
PHPBB3-10411
This commit is contained in:
@@ -562,8 +562,7 @@ CREATE TABLE [phpbb_groups] (
|
||||
[group_receive_pm] [int] DEFAULT (0) NOT NULL ,
|
||||
[group_message_limit] [int] DEFAULT (0) NOT NULL ,
|
||||
[group_max_recipients] [int] DEFAULT (0) NOT NULL ,
|
||||
[group_legend] [int] DEFAULT (0) NOT NULL ,
|
||||
[group_teampage] [int] DEFAULT (0) NOT NULL
|
||||
[group_legend] [int] DEFAULT (0) NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
Reference in New Issue
Block a user