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/schema-24.sql

4 lines
116 B
MySQL
Raw Normal View History

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