Attachment SYNCED column is going away

Change-Id: I19476bc5a9a9e557e61a7347689129ce552b3ff9
This commit is contained in:
Andy Huang 2012-03-07 10:29:23 -08:00
parent af8f8a48ee
commit b4a4ca99a9
1 changed files with 0 additions and 2 deletions

View File

@ -2016,8 +2016,6 @@ outer:
.add(UIProvider.AttachmentColumns.SIZE, AttachmentColumns.SIZE)
.add(UIProvider.AttachmentColumns.URI, uriWithId("uiattachment"))
.add(UIProvider.AttachmentColumns.CONTENT_TYPE, AttachmentColumns.MIME_TYPE)
// TODO: What does SYNCED mean?
.add(UIProvider.AttachmentColumns.SYNCED, "0")
.build();
/**