better to store as a string

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-31 02:04:13 -05:00
parent 301fbfc3b0
commit 89f0d31e0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {