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,
|
cue_path TEXT,
|
||||||
unavailable INTEGER DEFAULT 0,
|
unavailable INTEGER DEFAULT 0,
|
||||||
|
|
||||||
effective_albumartist TEXT
|
effective_albumartist TEXT,
|
||||||
|
etag TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(
|
CREATE VIRTUAL TABLE jamendo.songs_fts USING fts3(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user