| Index: sync/syncable/syncable_columns.h
|
| diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h
|
| index 9d45c7404ad40906995e665f498217cb1e13c129..c9c2a3f49ec42492c9421de141be03cc942a8ada 100644
|
| --- a/sync/syncable/syncable_columns.h
|
| +++ b/sync/syncable/syncable_columns.h
|
| @@ -61,6 +61,9 @@ static const ColumnSpec g_metas_columns[] = {
|
| // Blobs (positions).
|
| {"server_unique_position", "blob"},
|
| {"unique_position", "blob"},
|
| + //////////////////////////////////////
|
| + // AttachmentMetadata
|
| + {"attachment_metadata", "blob"}
|
| };
|
|
|
| // At least enforce that there are equal number of column names and fields.
|
|
|