From 339265e31a013dfe9248d498d4c5188d771ec1ab Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Feb 2025 04:56:59 -0600 Subject: add uuid --- table.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'table.proto') diff --git a/table.proto b/table.proto index 6f30432..862a3fb 100644 --- a/table.proto +++ b/table.proto @@ -41,6 +41,7 @@ message Table { // `autogenpb: repeated TimeRow TimeRows = 7; repeated BoolRow BoolRows = 8; Widget window = 9; // deprecate this + string uuid = 10; } message Tables { // `autogenpb:marshal` -- cgit v1.2.3