From 1e7332a926f65e2903daba1727a3eea0c3daf492 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 18 May 2019 10:06:12 +0200 Subject: [PATCH] add description --- protos/models/tag.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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