mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix typos in databasePlatforms.json schema
* Updated descriptions for pre- and post-rebuild actions
This commit is contained in:
committed by
Yurii Kuznietsov
parent
f69eed63d7
commit
5b90d4c3f3
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"preRebuildActionClassNameList": {
|
||||
"type": "array",
|
||||
"description": "Pre-prebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.",
|
||||
"description": "Pre-rebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.",
|
||||
"items": {
|
||||
"anyOf": [
|
||||
{"enum": ["__APPEND__"]},
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"postRebuildActionClassNameList": {
|
||||
"type": "array",
|
||||
"description": "Pre-prebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.",
|
||||
"description": "Post-rebuild actions. Should implement Espo\\Core\\Utils\\Database\\Schema\\RebuildAction.",
|
||||
"items": {
|
||||
"anyOf": [
|
||||
{"enum": ["__APPEND__"]},
|
||||
|
||||
Reference in New Issue
Block a user