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

6 lines
198 B
MySQL
Raw Normal View History

ALTER TABLE songs ADD COLUMN forced_compilation_on INTEGER NOT NULL DEFAULT 0;
ALTER TABLE songs ADD COLUMN forced_compilation_off INTEGER NOT NULL DEFAULT 0;
UPDATE schema_version SET version=4;