1
0
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:
Arnaud Bienner 2012-08-30 00:18:30 +02:00
parent 09596e3732
commit d327d140c1

View File

@ -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(