diff options
Diffstat (limited to 'weed/pb/schema.proto')
| -rw-r--r-- | weed/pb/schema.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/pb/schema.proto b/weed/pb/schema.proto index 333e440aa..28dbe8c3f 100644 --- a/weed/pb/schema.proto +++ b/weed/pb/schema.proto @@ -32,8 +32,8 @@ enum ScalarType { BOOL = 0; INT32 = 1; INT64 = 3; - FLOAT32 = 4; - FLOAT64 = 5; + FLOAT = 4; + DOUBLE = 5; BYTES = 6; STRING = 7; } |
