add: init unit test
This commit is contained in:
parent
636fdf8df1
commit
320201bb5b
5 changed files with 40 additions and 63 deletions
helpers
|
@ -70,5 +70,5 @@ helpers::migrate_sql()
|
|||
LOG_FATAL << "Couldn't write new Schema Version";
|
||||
}
|
||||
|
||||
return rc == SQLITE_DONE;
|
||||
return rc != SQLITE_DONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue