1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +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
commit fda2a774b7

View File

@ -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": {