1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-27 17:49:19 +01:00

5 lines
130 B
MySQL
Raw Normal View History

2010-05-09 21:21:08 +00:00
CREATE INDEX idx_magnatune_comp_artist ON magnatune_songs (effective_compilation, artist);
UPDATE schema_version SET version=9;