add: init unit test

This commit is contained in:
Tobias Reisinger 2019-10-27 02:07:01 +02:00
parent 636fdf8df1
commit 320201bb5b
5 changed files with 40 additions and 63 deletions

View file

@ -70,5 +70,5 @@ helpers::migrate_sql()
LOG_FATAL << "Couldn't write new Schema Version";
}
return rc == SQLITE_DONE;
return rc != SQLITE_DONE;
}