utopia-php / database

Lite & fast micro PHP database abstraction library that is **easy to use**.
MIT License
65 stars 48 forks source link

Don't throw when deleting indexes that don't exist #484

Closed PineappleIOnic closed 6 days ago

PineappleIOnic commented 1 week ago

This PR makes it so we can delete indexes that do not exist so we can cleanup metadata, tests have been added to confirm this functionality works as intended.