mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 10:48:33 +01:00
6 lines
198 B
SQL
6 lines
198 B
SQL
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;
|