Add the effective_albumartist to jamendo and device schema files. Fixes issue 2474

This commit is contained in:
David Sansome 2011-12-10 14:52:23 +00:00
parent 68a1ac545f
commit 90d887de1c
2 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,9 @@ CREATE TABLE device_%deviceid_songs (
beginning NOT NULL DEFAULT 0,
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);

View File

@ -39,7 +39,9 @@ CREATE TABLE jamendo.songs (
beginning NOT NULL DEFAULT 0,
cue_path TEXT,
unavailable INTEGER DEFAULT 0
unavailable INTEGER DEFAULT 0,
effective_albumartist TEXT
);
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(