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