1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00
Clementine-audio-player-Mac.../data/schema-1.sql
David Sansome 669a0263ff Improved various artists detection - inspired by Amarok.
Also support updates to the database schema.
Fixes issue #18
2010-02-27 20:12:22 +00:00

6 lines
134 B
SQL

ALTER TABLE songs ADD COLUMN sampler INTEGER;
INSERT INTO schema_version (version) VALUES (0);
UPDATE schema_version SET version=1;