Skip to content

Commit

Permalink
#18: Renamed the data model's CustomField.public property to isPublic…
Browse files Browse the repository at this point in the history
…, because public is a keyword, of course. :)
  • Loading branch information
jrtibbetts committed Apr 22, 2019
1 parent c97710e commit bc8b254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</entity>
<entity name="CustomField" representedClassName="CustomField" isAbstract="YES" syncable="YES" codeGenerationType="class">
<attribute name="id" attributeType="Integer 16" usesScalarValueType="YES" syncable="YES"/>
<attribute name="isPublic" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/>
<attribute name="name" attributeType="String" syncable="YES"/>
<attribute name="position" attributeType="Integer 16" usesScalarValueType="YES" syncable="YES"/>
<attribute name="public" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/>
</entity>
<entity name="CustomTextAreaField" representedClassName="CustomTextAreaField" parentEntity="CustomField" syncable="YES" codeGenerationType="class">
<attribute name="lines" attributeType="Integer 16" minValueString="1" defaultValueString="1" usesScalarValueType="YES" syncable="YES"/>
Expand Down

0 comments on commit bc8b254

Please sign in to comment.