mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
Fix datastore proto compilation (#58)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user