summaryrefslogtreecommitdiffstats
path: root/common/domain/typeimplementations.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 10:41:48 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 10:42:46 +0200
commitd425436c268a748381f003646bd02e8d74ef7fba (patch)
tree5437c16b3752eae57001ef667248abe4361ff172 /common/domain/typeimplementations.cpp
parent8e91505e656743bd69166b3ba1cf29dfa7cfbea5 (diff)
downloadsink-d425436c268a748381f003646bd02e8d74ef7fba.tar.gz
sink-d425436c268a748381f003646bd02e8d74ef7fba.zip
Added draft property index.
We need this for the composer to efficiently query. Since we don't have any migration code this will require all data to be refetched (sinksh upgrade).
Diffstat (limited to 'common/domain/typeimplementations.cpp')
-rw-r--r--common/domain/typeimplementations.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp
index 4e61bad..40b0cfd 100644
--- a/common/domain/typeimplementations.cpp
+++ b/common/domain/typeimplementations.cpp
@@ -41,6 +41,7 @@ typedef IndexConfig<Mail,
41 ValueIndex<Mail::Folder>, 41 ValueIndex<Mail::Folder>,
42 ValueIndex<Mail::ParentMessageId>, 42 ValueIndex<Mail::ParentMessageId>,
43 ValueIndex<Mail::MessageId>, 43 ValueIndex<Mail::MessageId>,
44 ValueIndex<Mail::Draft>,
44 SortedIndex<Mail::Folder, Mail::Date>, 45 SortedIndex<Mail::Folder, Mail::Date>,
45 SecondaryIndex<Mail::MessageId, Mail::ThreadId>, 46 SecondaryIndex<Mail::MessageId, Mail::ThreadId>,
46 SecondaryIndex<Mail::ThreadId, Mail::MessageId>, 47 SecondaryIndex<Mail::ThreadId, Mail::MessageId>,