mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-14 09:44:51 +01:00
6 lines
185 B
SQL
6 lines
185 B
SQL
ALTER TABLE %allsongstables ADD COLUMN fingerprint TEXT DEFAULT '';
|
|
|
|
ALTER TABLE %allsongstables ADD COLUMN lastseen INTEGER NOT NULL DEFAULT -1;
|
|
|
|
UPDATE schema_version SET version=14;
|