Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Jun 6, 2024
1 parent 6f1d9bf commit 1e14684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e14684

Please sign in to comment.