[db] schema v19.11 support composer in queue tbl

This commit is contained in:
whatdoineed2do
2018-11-21 12:52:13 +00:00
committed by ejurgensen
parent c1ce503b8d
commit 488f52b04f
5 changed files with 37 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
* is a major upgrade. In other words minor version upgrades permit downgrading
* forked-daapd after the database was upgraded. */
#define SCHEMA_VERSION_MAJOR 19
#define SCHEMA_VERSION_MINOR 10
#define SCHEMA_VERSION_MINOR 11
int
db_init_indices(sqlite3 *hdl);