1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Fix DB migration

This commit is contained in:
Uwe L. Korn
2013-07-30 12:58:04 +02:00
parent 157ee8f433
commit 91b01038b1

View File

@@ -5,3 +5,5 @@ CREATE INDEX playlist_item_trackname ON playlist_item(trackname);
CREATE INDEX playlist_item_artistname ON playlist_item(artistname);
CREATE INDEX artist_name ON artist(name);
CREATE INDEX track_name ON track(name);
UPDATE settings SET v = '31' WHERE k == 'schema_version';