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:
parent
701822dec2
commit
ebac2b82e5
@ -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…
x
Reference in New Issue
Block a user