[db] Upgrade schema to 21.05 (change auth_keys in speaker table)

This commit is contained in:
ejurgensen
2021-01-03 22:27:02 +01:00
parent 3ea480d1e7
commit 9cdd2a9f8b
2 changed files with 22 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 21
#define SCHEMA_VERSION_MINOR 04
#define SCHEMA_VERSION_MINOR 05
int
db_init_indices(sqlite3 *hdl);