mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Add etag to the initial jamendo database schema
This commit is contained in:
parent
09596e3732
commit
d327d140c1
@ -41,7 +41,8 @@ CREATE TABLE jamendo.songs (
|
||||
cue_path TEXT,
|
||||
unavailable INTEGER DEFAULT 0,
|
||||
|
||||
effective_albumartist TEXT
|
||||
effective_albumartist TEXT,
|
||||
etag TEXT
|
||||
);
|
||||
|
||||
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(
|
||||
|
Loading…
Reference in New Issue
Block a user