add: drop privileges
This commit is contained in:
parent
486b45c680
commit
1d8408581a
6 changed files with 118 additions and 7 deletions
src
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue