summaryrefslogtreecommitdiffstats
path: root/res/schema.xml
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-10-29 18:10:39 -0400
committerRJ Ryan <rryan@mixxx.org>2014-10-29 18:10:39 -0400
commit320a80336bc655123f3b784a168ed29ca06ac808 (patch)
tree1ec478c05cc5049006c123bab05ed89f7d5443be /res/schema.xml
parent0c48c06077061126285ea66e14a535ea698cb1fd (diff)
Change CoverInfo hash to an integer.
Diffstat (limited to 'res/schema.xml')
-rw-r--r--res/schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/schema.xml b/res/schema.xml
index a95575c3c6..7d26095f72 100644
--- a/res/schema.xml
+++ b/res/schema.xml
@@ -392,7 +392,7 @@ METADATA
ALTER TABLE library ADD COLUMN coverart_source INTEGER DEFAULT 0;
ALTER TABLE library ADD COLUMN coverart_type INTEGER DEFAULT 0;
ALTER TABLE library ADD COLUMN coverart_location TEXT DEFAULT "";
- ALTER TABLE library ADD COLUMN coverart_hash TEXT DEFAULT "";
+ ALTER TABLE library ADD COLUMN coverart_hash INTEGER DEFAULT 0;
</sql>
</revision>
</schema>