Chromium Code Reviews| Index: sync/syncable/syncable_columns.h |
| diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h |
| index a6152c42de7d3f337bac8fa3819a01ee13784a2d..b4e3d42520b9f21e2f2d4b5302cec1b534a1a704 100644 |
| --- a/sync/syncable/syncable_columns.h |
| +++ b/sync/syncable/syncable_columns.h |
| @@ -22,8 +22,8 @@ static const ColumnSpec g_metas_columns[] = { |
| // int64s |
| {"metahandle", "bigint primary key ON CONFLICT FAIL"}, |
| {"base_version", "bigint default " CHANGES_VERSION_STRING}, |
| - {"server_version", "bigint default 0"}, |
| - {"server_position_in_parent", "bigint default 0"}, |
| + {"server_version", "blob"}, |
|
akalin
2012/10/01 23:13:35
why is server_version a blob also?
vishwath
2012/10/02 01:06:33
Not sure how that crept in, fixed.
On 2012/10/01
|
| + {"server_position_in_parent", "blob"}, |
| // This is the item ID that we store for the embedding application. |
| {"local_external_id", "bigint default 0"}, |
| // These timestamps are kept in the same format as that of the |