mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12621] schema.json is not up to date with migration files
This commit is contained in:
commit
300d68ff53
1 changed files with 5 additions and 6 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue