mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-05 21:06:58 +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;
|