Open
Description
It is not clear how to drop entire database and the history of applied migrations from the documentation. I found database file in app storage(/.local/share/APP_NAME), but seems like truncating this file not clears migration history, because I got error on init:
error while running tauri application: PluginInitialization("sql", "migration 1 was previously applied but has been modified")