mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
da5f941333
persist the new 'beginning' marker of songs fixed a bug where %allsongstables script would not update the attached databases
4 lines
116 B
SQL
4 lines
116 B
SQL
ALTER TABLE %allsongstables ADD COLUMN beginning INTEGER NOT NULL DEFAULT 0;
|
|
|
|
UPDATE schema_version SET version=24;
|