From a68465cfdc7842ac22e5ad96bea52062feb8fc97 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Feb 2025 14:09:11 -0600 Subject: table v1 --- table.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table.proto') diff --git a/table.proto b/table.proto index d3b76cf..c841262 100644 --- a/table.proto +++ b/table.proto @@ -10,7 +10,7 @@ import "widget.proto"; // Import the well-known type for Timestamp message StringRow { - string header = 1; // + Widget header = 1; // repeated string vals = 2; // repeated Widget widgets = 3; // } -- cgit v1.2.3