fix schema

This commit is contained in:
Yuri Kuznetsov
2023-05-27 15:34:32 +03:00
parent d4657ff85d
commit bf716b7953

View File

@@ -79,6 +79,10 @@
"skipRebuild": {
"type": "boolean",
"description": "To skip database table creation for the entity type."
},
"noDeletedAttribute": {
"type": "boolean",
"description": "Do not add the `deleted` attribute."
}
},
"definitions": {