OrientDB无法在添加强制属性后删除顶点

OrientDB无法在添加强制属性后删除顶点,orientdb,Orientdb,在向vertex clas添加新的强制属性后,我无法删除此类的现有记录,并收到以下异常- orientdb {db=VehicleHistoryGraph}> DELETE VERTEX MESSAGE Error: com.orientechnologies.orient.core.exception.OValidationException: The fie ld 'Message.messageId' is mandatory, but not found on record: M

在向vertex clas添加新的强制属性后,我无法删除此类的现有记录,并收到以下异常-

orientdb {db=VehicleHistoryGraph}> DELETE VERTEX MESSAGE

Error: com.orientechnologies.orient.core.exception.OValidationException: The fie ld 'Message.messageId' is mandatory, but not found on record: Message#26:60742{from:#13:6902,to:#13:6900,text:Test 0: FWD MSG1,in_Forward_Of:[size=3],in_Sent:[size=1],out_Received:[size=1]} v7
删除强制标志后,我可以删除现有记录-

orientdb {db=VehicleHistoryGraph}> DELETE VERTEX MESSAGE

Delete record(s) '21' in 0.030000 sec(s).

这是OrientDB的一个功能还是一个bug?

您是否已经尝试过v2.1.3?没有。我应该在安装新版本之前卸载以前的版本吗?只需下载它并将数据库复制到新OrientDB服务器下的
databases/
文件夹下,然后运行新OrientDB服务器。