mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-03-11 17:45:40 +00:00
Database: Remove broken model version
Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
efecfa3236
commit
6f2d9a9b10
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21256.2" systemVersion="21F79" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||
<entity name="TorrentSource" representedClassName="TorrentSource" syncable="YES">
|
||||
<attribute name="enabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
||||
<attribute name="linkQuery" attributeType="String"/>
|
||||
<attribute name="name" optional="YES" attributeType="String"/>
|
||||
<attribute name="rowQuery" attributeType="String"/>
|
||||
<attribute name="sizeQuery" optional="YES" attributeType="String"/>
|
||||
<attribute name="titleQuery" optional="YES" attributeType="String"/>
|
||||
<attribute name="url" attributeType="String"/>
|
||||
</entity>
|
||||
<entity name="TorrentSourceUrl" representedClassName="TorrentSourceUrl" syncable="YES">
|
||||
<attribute name="repoAuthor" optional="YES" attributeType="String"/>
|
||||
<attribute name="repoName" optional="YES" attributeType="String"/>
|
||||
<attribute name="urlString" attributeType="String"/>
|
||||
</entity>
|
||||
</model>
|
||||
Loading…
Reference in a new issue