[ticket/12621] schema.json is not up to date with migration files

PHPBB3-12621
This commit is contained in:
PayBas 2014-05-30 16:07:23 +02:00
parent 89d296a1db
commit 5c37d28096

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