[db] Upgrade db to 19.03: Add artwork_url column to queue table

This commit is contained in:
ejurgensen
2017-01-22 23:08:26 +01:00
parent 40d50d693b
commit e92152cadb
3 changed files with 26 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
/*
* Copyright (C) 2009-2011 Julien BLACHE <jb@jblache.org>
* Copyright (C) 2010 Kai Elwert <elwertk@googlemail.com>
@@ -182,6 +183,7 @@
" year INTEGER DEFAULT 0," \
" track INTEGER DEFAULT 0," \
" disc INTEGER DEFAULT 0" \
" artwork_url VARCHAR(4096) DEFAULT NULL," \
");"
#define TRG_GROUPS_INSERT_FILES \