fix compound indexes for dynamic models

This commit is contained in:
Pimenov Sergey
2021-04-04 20:12:40 -07:00
parent 593c0510d3
commit 6a2394052c
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ class DynamicModelTests: BaseTestDataTestCase {
modelVersion: "V1",
entities: [
Entity<Animal>("Animal"),
Entity<Dog>("Dog"),
Entity<Dog>("Dog", indexes: [[\Dog.$nickname, \Dog.$age]]),
Entity<Person>("Person")
],
versionLock: [