[db] Minor version upgrade: new column "path" in directories table

This commit is contained in:
chme
2018-11-24 09:23:32 +01:00
parent 60220a8133
commit 42cbd721fd
5 changed files with 47 additions and 15 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 11
#define SCHEMA_VERSION_MINOR 12
int
db_init_indices(sqlite3 *hdl);