[db/filescanner] Add index on fname, change playlist matching (wip)

This commit is contained in:
ejurgensen
2017-10-14 09:12:52 +02:00
parent 45bd2d6cc8
commit 4d47307a02
6 changed files with 143 additions and 60 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 04
#define SCHEMA_VERSION_MINOR 05
int
db_init_indices(sqlite3 *hdl);