mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-08 22:32:17 +01:00
Bump device schema version
This commit is contained in:
parent
acba68dab9
commit
b3826064b7
@ -80,4 +80,4 @@ CREATE VIRTUAL TABLE device_%deviceid_fts USING fts5(
|
||||
tokenize = "unicode61 remove_diacritics 1"
|
||||
);
|
||||
|
||||
UPDATE devices SET schema_version=2 WHERE ROWID=%deviceid;
|
||||
UPDATE devices SET schema_version=3 WHERE ROWID=%deviceid;
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "core/scopedtransaction.h"
|
||||
#include "devicedatabasebackend.h"
|
||||
|
||||
const int DeviceDatabaseBackend::kDeviceSchemaVersion = 2;
|
||||
const int DeviceDatabaseBackend::kDeviceSchemaVersion = 3;
|
||||
|
||||
DeviceDatabaseBackend::DeviceDatabaseBackend(QObject *parent)
|
||||
: QObject(parent),
|
||||
|
Loading…
Reference in New Issue
Block a user