mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
fix "unknown schemapath child" issue
This commit is contained in:
parent
d2f342e910
commit
22fbeccbb0
@ -50,6 +50,9 @@
|
||||
"sql": {
|
||||
"file": "*"
|
||||
},
|
||||
"schemas": {
|
||||
"schemapath": "*"
|
||||
},
|
||||
"updateservers": {
|
||||
"server": "*"
|
||||
},
|
||||
@ -98,6 +101,9 @@
|
||||
"charset",
|
||||
"driver"
|
||||
],
|
||||
"schemapath": [
|
||||
"type"
|
||||
],
|
||||
"server": [
|
||||
"name",
|
||||
"priority",
|
||||
|
@ -50,6 +50,9 @@
|
||||
"sql": {
|
||||
"file": "*"
|
||||
},
|
||||
"schemas": {
|
||||
"schemapath": "*"
|
||||
},
|
||||
"updateservers": {
|
||||
"server": "*"
|
||||
},
|
||||
@ -99,6 +102,9 @@
|
||||
"charset",
|
||||
"driver"
|
||||
],
|
||||
"schemapath": [
|
||||
"type"
|
||||
],
|
||||
"server": [
|
||||
"name",
|
||||
"priority",
|
||||
|
Loading…
Reference in New Issue
Block a user