[db] add songartistid to queue tbl

This commit is contained in:
whatdoineed2do/Ray
2019-02-01 15:39:10 +00:00
parent 0ded6d63bf
commit 7e02eb510d
5 changed files with 35 additions and 10 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 20
#define SCHEMA_VERSION_MINOR 00
#define SCHEMA_VERSION_MINOR 01
int
db_init_indices(sqlite3 *hdl);