1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00
Clementine-audio-player-Mac.../data/schema/schema-9.sql
2010-10-17 11:22:34 +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;