[db] add primary key to admin table

This commit is contained in:
chme
2016-12-09 07:07:33 +01:00
parent ad4cdc2216
commit e29539fa68
3 changed files with 51 additions and 6 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 01
#define SCHEMA_VERSION_MINOR 02
int
db_init_indices(sqlite3 *hdl);