Skip to content

Make create_indexes independent #37

@gwbischof

Description

@gwbischof

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions