From 5c37d2809614567fc1a02abe1ba97f8f45007a70 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 30 May 2014 16:07:23 +0200 Subject: [PATCH] [ticket/12621] schema.json is not up to date with migration files PHPBB3-12621 --- phpBB/install/schemas/schema.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json index 176691f1a6..f684fddc25 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -942,6 +942,10 @@ "BOOL", 0 ], + "group_skip_auth": [ + "BOOL", + 0 + ], "group_name": [ "VCHAR_CI", "" @@ -1009,12 +1013,7 @@ "group_max_recipients": [ "UINT", 0 - ], - "group_skip_auth": { - "0": "BOOL", - "1": 0, - "after": "group_founder_manage" - } + ] }, "PRIMARY_KEY": "group_id", "KEYS": {