mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Add the new "beginning" column to device tables too
This commit is contained in:
parent
d1d0236385
commit
aa6f55ee68
@ -48,7 +48,8 @@ CREATE TABLE device_%deviceid_songs (
|
|||||||
effective_compilation NOT NULL DEFAULT 0,
|
effective_compilation NOT NULL DEFAULT 0,
|
||||||
|
|
||||||
skipcount INTEGER NOT NULL DEFAULT 0,
|
skipcount INTEGER NOT NULL DEFAULT 0,
|
||||||
score INTEGER NOT NULL DEFAULT 0
|
score INTEGER NOT NULL DEFAULT 0,
|
||||||
|
beginning NOT NULL DEFAULT 0
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
||||||
|
Loading…
Reference in New Issue
Block a user