Skip to content

Commit

Permalink
update proto to make it consistent with dgraph-io/dgo (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 authored Jul 24, 2024
1 parent 378a2a4 commit 7248ddb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions pydgraph/proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ message Value {
bytes datetime_val = 9;
string password_val = 10;
uint64 uid_val=11;
// number 12 is reserved for bigfloat
bytes vfloat32_val=13;
}
}

Expand Down
24 changes: 12 additions & 12 deletions pydgraph/proto/api_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7248ddb

Please sign in to comment.