Fix datastore proto compilation (#58)

This commit is contained in:
Janos Dobronszki
2021-02-03 13:42:13 +00:00
committed by GitHub
parent a102d9e5f3
commit b636b44817
2 changed files with 70 additions and 71 deletions

View File

@@ -31,7 +31,6 @@ message Order {
// Default is true. This option only exists for strings, where ordering
// comes at the cost of having rather long padded keys.
enum OrderType {
option allow_alias = true;
UNORDERED = 0;
ASCENDING = 1;
DESCENDING = 2;