mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
removed proposed weight column
This commit is contained in:
parent
e70bcf3628
commit
55aa1c6613
@ -30,7 +30,6 @@ CREATE TABLE IF NOT EXISTS "playlist_tracks_new"
|
||||
missing boolean default 0 not null,
|
||||
|
||||
add_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
weight INTEGER DEFAULT (random()),
|
||||
|
||||
PRIMARY KEY (playlist_id, id)
|
||||
);
|
||||
@ -46,6 +45,4 @@ DROP TABLE playlist_tracks;
|
||||
-- Put new table to work
|
||||
ALTER TABLE playlist_tracks_new RENAME TO playlist_tracks;
|
||||
|
||||
-- +goose Down
|
||||
|
||||
SELECT 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user