Skip to content

Commit 6ec132f

Browse files
committed
Entities can now carry nil values
...
1 parent a60cd80 commit 6ec132f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ManagedModels/SchemaGeneration/NSEntityDescription+Generation.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ extension NSEntityDescription {
172172
{
173173

174174
// TBD: Rather throw?
175-
assert(meta.defaultValue == nil, "Relationship w/ default value?")
176175
if relationship.name.isEmpty { relationship.name = meta.name }
177176

178177
if !isToOne {

0 commit comments

Comments
 (0)