From 89f0d31e0f0c7890a69d958208565a29fa459fc4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 31 Oct 2024 02:04:13 -0500 Subject: [PATCH] better to store as a string Signed-off-by: Jeff Carr --- droplet.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droplet.proto b/droplet.proto index b468226..35a8de0 100644 --- a/droplet.proto +++ b/droplet.proto @@ -33,7 +33,7 @@ message Droplet { string current_hypervisor = 18; // the current hypervisor the droplet is running on google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet string force_hypervisor = 20; // use this hypervisor and this hypervisor only - bool local_only = 21; // this is only defined locally on the hypervisor + string local_only = 21; // this is only defined locally on the hypervisor } enum DropletState {