playlist 'last_used' field not getting updated #78

Closed
opened 2021-09-23 08:24:14 +01:00 by kae · 1 comment
Owner
No description provided.
kae added the
bug
label 2021-09-23 08:24:14 +01:00
Author
Owner

Fix production track table with:

update tracks set tracks.lastplayed=(select max(lastplayed) from playdates where playdates.track_id=tracks.id);

Fix production track table with: ```update tracks set tracks.lastplayed=(select max(lastplayed) from playdates where playdates.track_id=tracks.id);```
kae referenced this issue from a commit 2021-09-24 10:45:37 +01:00
kae closed this issue 2021-09-24 10:45:37 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kae/musicmuster#78
No description provided.