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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user