1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

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

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);