From d327d140c16f26c837d266614164a2755b4990f9 Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Thu, 30 Aug 2012 00:18:30 +0200 Subject: [PATCH] Add etag to the initial jamendo database schema --- data/schema/jamendo.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/schema/jamendo.sql b/data/schema/jamendo.sql index 262e25427..42a85908f 100644 --- a/data/schema/jamendo.sql +++ b/data/schema/jamendo.sql @@ -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(