Update schema documentation

This commit is contained in:
Daniel Gasienica 2018-04-15 02:52:18 -04:00
parent f240269d7b
commit 146178f977

View file

@ -24,9 +24,9 @@ const PRIVATE = 'private';
// - Quotes: Write thumbnail data to disk and store relative path to it.
// Version 5
// - Attachments: Track number and kind of attachments for media gallery
// - `hasAttachments?: 1 | undefined`
// - `hasVisualMediaAttachments?: 1 | undefined` (for media gallery Media view)
// - `hasFileAttachments: ?1 | undefined` (for media gallery Documents view)
// - `hasAttachments?: 1 | 0`
// - `hasVisualMediaAttachments?: 1 | 0` (for media gallery Media view)
// - `hasFileAttachments?: 1 | 0` (for media gallery Documents view)
const INITIAL_SCHEMA_VERSION = 0;