mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 03:45:56 +01:00
5 lines
113 B
MySQL
5 lines
113 B
MySQL
|
ALTER TABLE %allsongstables ADD COLUMN score INTEGER NOT NULL DEFAULT 0;
|
||
|
|
||
|
UPDATE schema_version SET version=19;
|
||
|
|