Update schema documentation
This commit is contained in:
parent
f240269d7b
commit
146178f977
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue