Added
- `create_indexes_for_multiple_databases` allowing to iterate for each document
the creating of the indexes in multiple databases.
- [Registry document checks](https://mongoz.dymmond.com/registry#run-some-document-checks) allowing to check beforehand all the
index changes in a document.
- [Model check indexes](https://mongoz.dymmond.com/documents#document-checks) to do the same checks for the indexes but for each document.
- [create_indexes_for_multiple_databases](https://mongoz.dymmond.com/documents#create-indexes-for-multiple-databases).
- [drop_indexes_for_multiple_databases](https://mongoz.dymmond.com/documents#drop-indexes-for-multiple-databases).
Changed
- Cleaned up logic to design indexes in the `metaclass`.