[db] Upgrade db to v20.00

- New table 'queue' for persisting the queue/current playlist
- New entry 'plversion' in admin table for queue version
This commit is contained in:
chme
2016-11-04 15:09:24 +01:00
parent faaeb92ce5
commit 0beb68e1f1
3 changed files with 92 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
* version of the database? If yes, then it is a minor upgrade, if no, then it
* 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_MAJOR 20
#define SCHEMA_VERSION_MINOR 00
int