Gui
Gui
@mvdan wdyt in general? and in particular, TestRestoreBackupAndMigrate is failing, since i changed the db columns. what's the best fix? recreate the sqlite-backup-0009.sql.zst ? i understand this would not happen...
TestRestoreBackupAndMigrate is still failing, with the new migration 0013, complaining about a missing column. digging in :detective:
> TestRestoreBackupAndMigrate is still failing, with the new migration 0013, complaining about a missing column. digging in 🕵️ this was failing due to my buggy migration 0013. fixed, all tests...