update DB schema for #723

This commit is contained in:
Martin Rotter 2022-09-15 14:36:00 +02:00
parent 94983a3b41
commit 42ed0ad73c

View File

@ -201,7 +201,7 @@
#define APP_DB_SQLITE_FILE "database.db"
// Keep this in sync with schema versions declared in SQL initialization code.
#define APP_DB_SCHEMA_VERSION "2"
#define APP_DB_SCHEMA_VERSION "3"
#define APP_DB_UPDATE_FILE_PATTERN "db_update_%1_%2_%3.sql"
#define APP_DB_COMMENT_SPLIT "-- !\n"
#define APP_DB_INCLUDE_PLACEHOLDER "!!"