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;