1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-18 12:32:09 +01:00

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

(cherry picked from commit ebac2b82e5)
This commit is contained in:
David Sansome 2012-09-30 16:50:24 +10:00
parent 8bfb47813f
commit 07175b6a6f

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