[db] Upgrade schema to 19.10 to remove invalid time_skipped values from commit fde0a281

This commit is contained in:
ejurgensen
2018-09-19 19:40:45 +02:00
parent a003c419c3
commit f686756dd8
2 changed files with 21 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 9
#define SCHEMA_VERSION_MINOR 10
int
db_init_indices(sqlite3 *hdl);