31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-30 20:30:47 +00:00

fix "unknown schemapath child" issue

This commit is contained in:
Denis Ryabov 2021-09-02 14:47:49 +03:00
parent d2f342e910
commit 22fbeccbb0
2 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,9 @@
"sql": {
"file": "*"
},
"schemas": {
"schemapath": "*"
},
"updateservers": {
"server": "*"
},
@ -98,6 +101,9 @@
"charset",
"driver"
],
"schemapath": [
"type"
],
"server": [
"name",
"priority",

View File

@ -50,6 +50,9 @@
"sql": {
"file": "*"
},
"schemas": {
"schemapath": "*"
},
"updateservers": {
"server": "*"
},
@ -99,6 +102,9 @@
"charset",
"driver"
],
"schemapath": [
"type"
],
"server": [
"name",
"priority",