add: drop privileges

This commit is contained in:
Tobias Reisinger 2020-06-19 00:26:49 +02:00
parent 486b45c680
commit 1d8408581a
6 changed files with 118 additions and 7 deletions

View file

@ -58,7 +58,7 @@ database_migrate()
rc = sqlite3_step(stmt);
if (rc != SQLITE_DONE)
{
LOG_FATAL("couldn't write new schema version");
LOG_FATAL("couldn't write new schema version\n");
}
sqlite3_finalize(stmt);