[db] Upgrade db to 19.03: Add artwork_url column to queue table

This commit is contained in:
ejurgensen
2017-01-22 23:08:26 +01:00
parent 40d50d693b
commit e92152cadb
3 changed files with 26 additions and 1 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 02
#define SCHEMA_VERSION_MINOR 03
int
db_init_indices(sqlite3 *hdl);