From 984f389d2c8bc106415c2982ecac1bcc05bb1bfa Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sun, 5 Dec 2021 16:38:15 +0000 Subject: [PATCH] Changed ID to Text --- machine.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine.capnp b/machine.capnp index c1672f1..2b31750 100644 --- a/machine.capnp +++ b/machine.capnp @@ -30,7 +30,7 @@ struct Machine { end @2: UInt64; } - id @0 :General.UUID; + id @0 :Text; space @1 :Space; name @2 :Text; description @3 :Text;