Allow timestamps to be 64 bit.
FORMAT-COMPATIBLE CHANGE --- doesn't change the encoding format. API-INCOMPATIBLE CHANGE --- does break the API.
This commit is contained in:
parent
5f48470e21
commit
b1e265f444
|
|
@ -103,7 +103,7 @@ message StringTable {
|
|||
/* Optional metadata that may be included into each primitive. */
|
||||
message Info {
|
||||
optional int32 version = 1 [default = -1];
|
||||
optional int32 timestamp = 2;
|
||||
optional int64 timestamp = 2;
|
||||
optional int64 changeset = 3;
|
||||
optional int32 uid = 4;
|
||||
optional int32 user_sid = 5; // String IDs
|
||||
|
|
|
|||
Loading…
Reference in New Issue