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 Dec 5, 2023
1 parent c56efd0 commit ae8465b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ enum RelationFormat {
longtext = 0; // string
shorttext = 1; // string, usually short enough. May be truncated in the future
number = 2; // double
status = 3; // string or list of string(len==1)
tag = 11; // list of string (choose multiple from a list)
select = 3; // string or list of string(len==1)
multiselect = 11; // list of string (choose multiple from a list)
date = 4; // float64(pb.Value doesn't have int64) or the string
file = 5; // relation can has objects of specific types: file, image, audio, video
checkbox = 6; // boolean
Expand Down

0 comments on commit ae8465b

Please sign in to comment.