update DB schema for #723
This commit is contained in:
parent
94983a3b41
commit
42ed0ad73c
1 changed files with 1 additions and 1 deletions
|
@ -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 "!!"
|
||||
|
|
Loading…
Add table
Reference in a new issue