mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 13:13:33 +01:00
fix compile error
This commit is contained in:
@@ -100,8 +100,7 @@ public final class Entity<O: CoreStoreObject>: DynamicEntity {
|
||||
entityName,
|
||||
isAbstract: isAbstract,
|
||||
versionHashModifier: versionHashModifier,
|
||||
indexes: indexes,
|
||||
uniqueConstraints: []
|
||||
indexes: indexes
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user