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

4 lines
116 B
MySQL
Raw Permalink Normal View History

ALTER TABLE %allsongstables ADD COLUMN beginning INTEGER NOT NULL DEFAULT 0;
UPDATE schema_version SET version=24;