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:
parent
8bfb47813f
commit
07175b6a6f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user