27 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="16119" systemVersion="19G73" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="WMFEventRecord" representedClassName="WMFEventRecord" syncable="YES">
<attribute name="event" attributeType="Transformable" valueTransformerName=""/>
<attribute name="failed" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
<attribute name="postAttempts" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="posted" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="recorded" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="userAgent" optional="YES" attributeType="String"/>
<fetchIndex name="byRecordedIndex">
<fetchIndexElement property="recorded" type="Binary" order="ascending"/>
</fetchIndex>
</entity>
<entity name="WMFKeyValue" representedClassName="WMFKeyValue" syncable="YES">
<attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="group" optional="YES" attributeType="String"/>
<attribute name="key" attributeType="String"/>
<attribute name="value" optional="YES" attributeType="Transformable" valueTransformerName=""/>
<fetchIndex name="byKeyIndex">
<fetchIndexElement property="key" type="Binary" order="ascending"/>
</fetchIndex>
</entity>
<elements>
<element name="WMFEventRecord" positionX="-63" positionY="-18" width="128" height="133"/>
<element name="WMFKeyValue" positionX="-45" positionY="36" width="128" height="103"/>
</elements>
</model>