mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
add_time renamed to added_at
This commit is contained in:
parent
55aa1c6613
commit
f22cca069d
@ -29,7 +29,7 @@ CREATE TABLE IF NOT EXISTS "playlist_tracks_new"
|
||||
on update cascade on delete cascade,
|
||||
missing boolean default 0 not null,
|
||||
|
||||
add_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
added_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
PRIMARY KEY (playlist_id, id)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user