1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 10:24:19 +01:00
Clementine-audio-player-Mac.../data/schema-9.sql
2010-05-09 21:21:08 +00:00

5 lines
130 B
SQL

CREATE INDEX idx_magnatune_comp_artist ON magnatune_songs (effective_compilation, artist);
UPDATE schema_version SET version=9;