Add the effective_albumartist to jamendo and device schema files. Fixes issue 2474
(cherry picked from commit 90d887de1c9461972ffaeb614db575792cd3abf7)
This commit is contained in:
parent
61aaefd65c
commit
4f0cb660bf
@ -52,7 +52,9 @@ CREATE TABLE device_%deviceid_songs (
|
|||||||
beginning NOT NULL DEFAULT 0,
|
beginning NOT NULL DEFAULT 0,
|
||||||
|
|
||||||
cue_path TEXT,
|
cue_path TEXT,
|
||||||
unavailable INTEGER DEFAULT 0
|
unavailable INTEGER DEFAULT 0,
|
||||||
|
|
||||||
|
effective_albumartist TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
||||||
|
@ -39,7 +39,9 @@ CREATE TABLE jamendo.songs (
|
|||||||
beginning NOT NULL DEFAULT 0,
|
beginning NOT NULL DEFAULT 0,
|
||||||
|
|
||||||
cue_path TEXT,
|
cue_path TEXT,
|
||||||
unavailable INTEGER DEFAULT 0
|
unavailable INTEGER DEFAULT 0,
|
||||||
|
|
||||||
|
effective_albumartist TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(
|
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user