1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 20:06:53 +01:00

4 lines
93 B
SQL

ALTER TABLE %allsongstables ADD COLUMN cue_path TEXT;
UPDATE schema_version SET version=25;