Fix DeprecationWarning: add_persistent_index is deprecated. Using add_index with {'type': 'persistent'} instead. #1197
Labels
code health
Changes about syntax, code health, etc.
core
minor
python
Pull requests that update Python code
After updating to latest python-arango version the following warning is logged:
DeprecationWarning: add_persistent_index is deprecated. Using add_index with {'type': 'persistent'} instead.
The text was updated successfully, but these errors were encountered: