Clementine-audio-player-Mac.../data/schema/schema-35.sql

4 lines
86 B
MySQL
Raw Normal View History

CREATE INDEX idx_filename ON songs (filename);
UPDATE schema_version SET version=35;