mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 18:06:14 -05:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user