new: add wrapper for database chnages files

This commit is contained in:
ngn
2024-07-18 23:48:57 +03:00
parent bc79c642ac
commit 2e918b55ee
4 changed files with 26 additions and 12 deletions

View File

@ -39,7 +39,7 @@ bool lm_database_changes_del(lm_database_t *db, lm_pkg_t *pkg){
lm_error_set(LM_ERR_DbChangesUnlinkFail);
return false;
}
return true;
}