Index: sync/syncable/syncable_columns.h |
diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h |
index f5d48e0cbcd0b700db1339f9a3b8d516a9bed0e0..6eda0587785cbb4d84d4fa0abbd59015322ad43e 100644 |
--- a/sync/syncable/syncable_columns.h |
+++ b/sync/syncable/syncable_columns.h |
@@ -25,6 +25,7 @@ static const ColumnSpec g_metas_columns[] = { |
{"server_version", "bigint default 0"}, |
// This is the item ID that we store for the embedding application. |
{"local_external_id", "bigint default 0"}, |
+ {"transaction_version", "bigint default 0"}, |
// These timestamps are kept in the same format as that of the |
// protocol (ms since Unix epoch). |
{"mtime", "bigint default 0"}, |