From 9fa41dce325d370eb8da60a77e921d4a0618f513 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 9 Nov 2021 13:21:26 +0100 Subject: [PATCH] REL: RELEASE v0.1 --- proto/caosdb/entity/v1/main.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/proto/caosdb/entity/v1/main.proto b/proto/caosdb/entity/v1/main.proto index 8930e4e..db89ef5 100644 --- a/proto/caosdb/entity/v1/main.proto +++ b/proto/caosdb/entity/v1/main.proto @@ -158,7 +158,8 @@ enum MessageCode { // and for their properties and parents as well. MESSAGE_CODE_ENTITY_HAS_NO_ID = 7; - // On delete: Entity is required by other entities which are not to be deleted. + // On delete: Entity is required by other entities which are not to be + // deleted. MESSAGE_CODE_REQUIRED_BY_PERSISTENT_ENTITY = 8; // Property has no datatype. @@ -258,8 +259,8 @@ enum MessageCode { // Affiliation is not defined for this child-parent constellation. MESSAGE_CODE_AFFILIATION_ERROR = 40; - // An error occured during the parsing of this query. Maybe you were using a wrong - // syntax? + // An error occured during the parsing of this query. Maybe you were using a + // wrong syntax? MESSAGE_CODE_QUERY_PARSING_ERROR = 41; // A property which has 'name' as its parent must have a TEXT data type. -- GitLab