From bf716b795385ca0f2c04886d33071a7a40a44beb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 27 May 2023 15:34:32 +0300 Subject: [PATCH] fix schema --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 03f9fab0bb..0b47192390 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -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": {