Skip to content

Commit 7248ddb

Browse files
authored
update proto to make it consistent with dgraph-io/dgo (#237)
1 parent 378a2a4 commit 7248ddb

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

pydgraph/proto/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ message Value {
175175
bytes datetime_val = 9;
176176
string password_val = 10;
177177
uint64 uid_val=11;
178+
// number 12 is reserved for bigfloat
179+
bytes vfloat32_val=13;
178180
}
179181
}
180182

pydgraph/proto/api_pb2.py

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)