mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 10:24:19 +01:00
Merge pull request #4838 from joppi/master
Add lyrics field to device databases.
This commit is contained in:
commit
28fb6e5fcb
@ -58,7 +58,8 @@ CREATE TABLE device_%deviceid_songs (
|
||||
etag TEXT,
|
||||
|
||||
performer TEXT,
|
||||
grouping TEXT
|
||||
grouping TEXT,
|
||||
lyrics TEXT
|
||||
);
|
||||
|
||||
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
||||
|
Loading…
Reference in New Issue
Block a user