This repository was archived by the owner on Jul 14, 2024. It is now read-only.
This repository was archived by the owner on Jul 14, 2024. It is now read-only.
Indexes of Java-created models are recreated at startup #167
Open
Description
However since they are samples or the metamodel, this happens quickly and is therefore not a big problem.
LATER don't call DatabaseServiceImpl.ensureCollectionAndIndices() before having added all of a ModelIniter's Java-created models to their project (which requires either doing all checks on models before adding them, or implementing an at least partial rollback in case checks go wrong, which is the hard part)