X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsync%2Fsyncable%2Fsyncable_columns.h;h=7d3a967977f2392fb198c1195b9a0b20267a522f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f923bc41d5c78a4a1e26d08910755a399a5b7156;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/sync/syncable/syncable_columns.h b/src/sync/syncable/syncable_columns.h index f923bc4..7d3a967 100644 --- a/src/sync/syncable/syncable_columns.h +++ b/src/sync/syncable/syncable_columns.h @@ -67,7 +67,8 @@ static const ColumnSpec g_metas_columns[] = { // proto. We store a single proto per entry (as opposed to one for each // attachment) because it simplifies the database schema and implementation of // DirectoryBackingStore. - {"attachment_metadata", "blob"} + {"attachment_metadata", "blob"}, + {"server_attachment_metadata", "blob"} }; // At least enforce that there are equal number of column names and fields.