-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Databroker.v0 and this suitcase now have conflicting indexes due to this PR: #34
Where we decided to make resource uid unique. (Databroker.v0 also has code in it to create indexes.) This causes an exception when the index is created, if a conflicting index already exists. Which means that you can use this suitcase and databroker.v0 on the same database until it is fixed.
@jklynch and I think that we should make index creation independent of suitcase and databroker.
@danielballan suggested that we make the index creation independant, but we leave it in this package, and don't call it in the suitcase.init
Metadata
Metadata
Assignees
Labels
No labels