Add etag to the schema for new devices as well. Fixes issue 3187

This commit is contained in:
David Sansome 2012-09-30 16:50:24 +10:00
parent 701822dec2
commit ebac2b82e5
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ CREATE TABLE device_%deviceid_songs (
cue_path TEXT,
unavailable INTEGER DEFAULT 0,
effective_albumartist TEXT
effective_albumartist TEXT,
etag TEXT
);
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);