Skip to content

Database: fix resetDatabase()

Jack Hill requested to merge jackh/elisa:fix-database-reset into master

Reason for the change

Previously the code would enter an infinite loop that never finished.

Now we just delete the database file and re-initialize the database.

Test plan

Added an autotest

Merge request reports