mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding index.
This commit is contained in:
parent
4f68887b66
commit
42a53b1aa4
1 changed files with 11 additions and 1 deletions
|
@ -3,12 +3,22 @@
|
|||
<entity name="Intelligence" syncable="YES"/>
|
||||
<entity name="Stories" syncable="YES">
|
||||
<attribute name="id" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="story_date" optional="YES" attributeType="Date" syncable="YES"/>
|
||||
<attribute name="story_feed_id" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
|
||||
<attribute name="story_hash" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="story_title" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<compoundIndexes>
|
||||
<compoundIndex>
|
||||
<index value="story_hash"/>
|
||||
</compoundIndex>
|
||||
<compoundIndex>
|
||||
<index value="story_feed_id"/>
|
||||
<index value="story_date"/>
|
||||
</compoundIndex>
|
||||
</compoundIndexes>
|
||||
</entity>
|
||||
<elements>
|
||||
<element name="Stories" positionX="160" positionY="192" width="128" height="103"/>
|
||||
<element name="Intelligence" positionX="160" positionY="192" width="128" height="45"/>
|
||||
<element name="Stories" positionX="160" positionY="192" width="128" height="120"/>
|
||||
</elements>
|
||||
</model>
|
Loading…
Add table
Reference in a new issue