Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(582)

Unified Diff: sync/syncable/syncable_columns.h

Issue 395913003: Add server_attachment_metadata field to EntryKernel and sync database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/entry_kernel.h ('k') | sync/syncable/syncable_enum_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_columns.h
diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h
index f923bc41d5c78a4a1e26d08910755a399a5b7156..7d3a967977f2392fb198c1195b9a0b20267a522f 100644
--- a/sync/syncable/syncable_columns.h
+++ b/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.
« no previous file with comments | « sync/syncable/entry_kernel.h ('k') | sync/syncable/syncable_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698