From 1e1468454b60cb6fa26413b321fd1f89ffd3a0cd Mon Sep 17 00:00:00 2001 From: Any Association Date: Thu, 6 Jun 2024 15:32:33 +0000 Subject: [PATCH] Update proto files --- models.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.proto b/models.proto index ff5a3c9..806cd66 100644 --- a/models.proto +++ b/models.proto @@ -333,9 +333,9 @@ message Block { message Dataview { repeated string source = 1; repeated View views = 2; + string activeView = 3; // do not generate changes for this field // deprecated repeated model.Relation relations = 4; - string activeView = 3; // saved within a session repeated GroupOrder groupOrders = 12; repeated ObjectOrder objectOrders = 13; repeated anytype.model.RelationLink relationLinks = 5;