Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3387 update data model #3390

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21754" systemVersion="22F66" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22522" systemVersion="23D56" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="AddressBookEntry" representedClassName="AddressBookEntry" syncable="YES" codeGenerationType="class">
<attribute name="additionDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="address" optional="YES" attributeType="String"/>
Expand Down Expand Up @@ -156,7 +156,7 @@
<entity name="Safe" representedClassName="Safe" syncable="YES">
<attribute name="additionDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="address" optional="YES" attributeType="String"/>
<attribute name="contractVersion" attributeType="String" defaultValueString=""/>
<attribute name="contractVersion" optional="YES" attributeType="String" defaultValueString="0.0.0"/>
<attribute name="name" optional="YES" attributeType="String"/>
<attribute name="sessionTopics" optional="YES" attributeType="String"/>
<attribute name="status" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
Expand Down
Loading