first migration

This commit is contained in:
Barak Michener 2015-06-23 16:39:13 -04:00
parent 983a3a52d0
commit 80ddf74cd2
4 changed files with 68 additions and 7 deletions

View file

@ -20,7 +20,7 @@ message LogDelta {
uint64 ID = 1;
Quad Quad = 2;
int32 Action = 3;
uint64 Timestamp = 4;
int64 Timestamp = 4;
}
message HistoryEntry {