You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rather than updateing the post_parent value to 0 for a track link when deleting its parent (which is an extra query), maybe we should just change the way we query orphan tracks, with a JOIN clause.
It would make the deletion of tracks faster. 01c5973
The text was updated successfully, but these errors were encountered:
rather than updateing the post_parent value to 0 for a track link when deleting its parent (which is an extra query), maybe we should just change the way we query orphan tracks, with a JOIN clause.
It would make the deletion of tracks faster.
01c5973
The text was updated successfully, but these errors were encountered: