Skip to content
Snippets Groups Projects
Commit b650c47b authored by Oliver Wiese's avatar Oliver Wiese
Browse files

change datamodel

parent 685c726d
Branches
Tags
1 merge request!5Update pgp
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16F73" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="Account" representedClassName="Account" syncable="YES" codeGenerationType="class">
<attribute name="accountname" attributeType="String" syncable="YES"/>
<attribute name="dispalyname" attributeType="String" syncable="YES"/>
<attribute name="pw" attributeType="String" syncable="YES"/>
<relationship name="address" maxCount="1" deletionRule="Nullify" destinationEntity="Mail_Address" syncable="YES"/>
<relationship name="imap" maxCount="1" deletionRule="Nullify" destinationEntity="Server" syncable="YES"/>
<relationship name="secretkeys" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="SecretKey" syncable="YES"/>
<relationship name="smtp" maxCount="1" deletionRule="Nullify" destinationEntity="Server" syncable="YES"/>
</entity>
<entity name="EnzevalosContact" representedClassName="EnzevalosContact" syncable="YES">
<attribute name="cnidentifier" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="displayname" attributeType="String" syncable="YES"/>
......@@ -67,16 +58,6 @@
<attribute name="keyID" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="obsolete" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/>
</entity>
<entity name="Server" representedClassName="Server" syncable="YES" codeGenerationType="class">
<attribute name="authType" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
<attribute name="connectionType" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
<attribute name="hostname" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="port" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
</entity>
<entity name="State" representedClassName="State" syncable="YES">
<attribute name="currentContacts" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
<attribute name="currentMails" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
</entity>
<fetchRequest name="getFolder" entity="Folder" predicateString="name == &quot;$folder&quot;"/>
<fetchRequest name="getMailAddress" entity="Mail_Address" predicateString="address == &quot;$adr&quot;"/>
<elements>
......@@ -86,8 +67,5 @@
<element name="PersistentKey" positionX="-315" positionY="-36" width="128" height="180"/>
<element name="PersistentMail" positionX="-416" positionY="-189" width="128" height="315"/>
<element name="SecretKey" positionX="-306" positionY="-27" width="128" height="75"/>
<element name="State" positionX="-315" positionY="-54" width="128" height="75"/>
<element name="Account" positionX="-306" positionY="-54" width="128" height="150"/>
<element name="Server" positionX="-297" positionY="-45" width="128" height="105"/>
</elements>
</model>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment