add uuid
This commit is contained in:
parent
7098d3d2e4
commit
339265e31a
|
@ -41,6 +41,7 @@ message Table { // `autogenpb:
|
||||||
repeated TimeRow TimeRows = 7;
|
repeated TimeRow TimeRows = 7;
|
||||||
repeated BoolRow BoolRows = 8;
|
repeated BoolRow BoolRows = 8;
|
||||||
Widget window = 9; // deprecate this
|
Widget window = 9; // deprecate this
|
||||||
|
string uuid = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Tables { // `autogenpb:marshal`
|
message Tables { // `autogenpb:marshal`
|
||||||
|
|
Loading…
Reference in New Issue