aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-30 16:11:18 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-30 16:11:18 +0200
commitfda2a774b7d5fe2d1f99be76f33b2e4925c20713 (patch)
tree6ec62d7da464015384dcea6c0678d0a862d25eba
parent89d296a1db4c24c7b0769f783a67bb2d4fa22d17 (diff)
parent5c37d2809614567fc1a02abe1ba97f8f45007a70 (diff)
downloadforums-fda2a774b7d5fe2d1f99be76f33b2e4925c20713.tar
forums-fda2a774b7d5fe2d1f99be76f33b2e4925c20713.tar.gz
forums-fda2a774b7d5fe2d1f99be76f33b2e4925c20713.tar.bz2
forums-fda2a774b7d5fe2d1f99be76f33b2e4925c20713.tar.xz
forums-fda2a774b7d5fe2d1f99be76f33b2e4925c20713.zip
Merge pull request #2522 from PayBas/ticket/12621
[ticket/12621] schema.json is not up to date with migration files * PayBas/ticket/12621: [ticket/12621] schema.json is not up to date with migration files
-rw-r--r--phpBB/install/schemas/schema.json11
1 files 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": {