diff options
| author | Jeff Carr <[email protected]> | 2025-02-23 04:56:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-23 13:13:30 -0600 |
| commit | 339265e31a013dfe9248d498d4c5188d771ec1ab (patch) | |
| tree | 9f0163468a361d88e7b0f3e9fc7f4e6a8641bf0c | |
| parent | 7098d3d2e44caab69aa856109329782cc6477d73 (diff) | |
add uuidv0.0.6
| -rw-r--r-- | table.proto | 1 |
1 files changed, 1 insertions, 0 deletions
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` |
