From 1cd3c4fcf4f4e1b01f302bfb07c67807ee02a37c Mon Sep 17 00:00:00 2001 From: John Estropia Date: Tue, 12 Feb 2019 18:18:44 +0900 Subject: [PATCH] fix compile error --- Sources/Entity.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Entity.swift b/Sources/Entity.swift index 38986e2..69d1834 100644 --- a/Sources/Entity.swift +++ b/Sources/Entity.swift @@ -100,8 +100,7 @@ public final class Entity: DynamicEntity { entityName, isAbstract: isAbstract, versionHashModifier: versionHashModifier, - indexes: indexes, - uniqueConstraints: [] + indexes: indexes ) }