1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-26 03:22:37 +02:00

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
This commit is contained in:
Joas Schilling
2014-05-30 16:11:18 +02:00

View File

@@ -942,6 +942,10 @@
"BOOL", "BOOL",
0 0
], ],
"group_skip_auth": [
"BOOL",
0
],
"group_name": [ "group_name": [
"VCHAR_CI", "VCHAR_CI",
"" ""
@@ -1009,12 +1013,7 @@
"group_max_recipients": [ "group_max_recipients": [
"UINT", "UINT",
0 0
], ]
"group_skip_auth": {
"0": "BOOL",
"1": 0,
"after": "group_founder_manage"
}
}, },
"PRIMARY_KEY": "group_id", "PRIMARY_KEY": "group_id",
"KEYS": { "KEYS": {