Add category field to Machines

Fixes: #20
This commit is contained in:
Nadja Reitzenstein 2022-01-05 17:39:00 +01:00
parent 8033653d2c
commit bb88fb1832

View File

@ -38,6 +38,7 @@ struct Machine {
manager @5:User; manager @5:User;
wiki @13 :Text; wiki @13 :Text;
urn @14 :Text; urn @14 :Text;
category @15 :Text;
info @6 :Info; info @6 :Info;
interface Info $CSharp.name("InfoInterface") { interface Info $CSharp.name("InfoInterface") {