Skip to content

Commit

Permalink
Added Big Float to api.Value
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil authored and mangalaman93 committed Mar 25, 2023
1 parent adce802 commit 72b4d7c
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 102 deletions.
1 change: 1 addition & 0 deletions protos/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ message Value {
bytes datetime_val = 9;
string password_val = 10;
uint64 uid_val=11;
bytes bigfloat_val=12;
}
}

Expand Down
Loading

0 comments on commit 72b4d7c

Please sign in to comment.