fix: use PRAGMA user_version to track migrations

fix: minor fixes
This commit is contained in:
Tobias Reisinger 2020-08-21 14:03:23 +02:00
parent 521e82b7b5
commit 3117427f1f
6 changed files with 15 additions and 36 deletions

View file

@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <config.h>
#include <logger.h>