[db/filescanner] Upgrade database to v19.08 and support limit/order by

in smart playlist files
This commit is contained in:
chme
2018-04-13 16:29:06 +02:00
committed by ejurgensen
parent 5189fe2305
commit 6bdcda1524
6 changed files with 92 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 07
#define SCHEMA_VERSION_MINOR 8
int
db_init_indices(sqlite3 *hdl);