diff --git a/protos/models/tag.proto b/protos/models/tag.proto index 576a956..576ee29 100644 --- a/protos/models/tag.proto +++ b/protos/models/tag.proto @@ -5,5 +5,6 @@ package stashall; message Tag { string id = 1; string label = 2; - string color = 3; + string description = 3; + string color = 4; } \ No newline at end of file