diff --git a/data/schema/device-schema.sql b/data/schema/device-schema.sql index f157994c7..336783ae4 100644 --- a/data/schema/device-schema.sql +++ b/data/schema/device-schema.sql @@ -48,7 +48,8 @@ CREATE TABLE device_%deviceid_songs ( effective_compilation 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);