aboutsummaryrefslogtreecommitdiff
path: root/LibreTasks/DataModel.xcdatamodeld
diff options
context:
space:
mode:
Diffstat (limited to 'LibreTasks/DataModel.xcdatamodeld')
-rw-r--r--LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents12
1 files changed, 12 insertions, 0 deletions
diff --git a/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents b/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents
new file mode 100644
index 0000000..5287d8e
--- /dev/null
+++ b/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22522" systemVersion="23C71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier="">
+ <entity name="Tasks" representedClassName="Tasks" syncable="YES" codeGenerationType="class">
+ <attribute name="id" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
+ <attribute name="taskDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
+ <attribute name="taskItem" optional="YES" attributeType="String"/>
+ <attribute name="taskPriority" optional="YES" attributeType="String"/>
+ <attribute name="taskRecurrence" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
+ <attribute name="taskRecurrenceInt" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
+ <attribute name="taskRecurrencePeriod" optional="YES" attributeType="String"/>
+ </entity>
+</model> \ No newline at end of file