Skip to content

Commit

Permalink
Delete obsolete comment in db cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jul 3, 2022
1 parent 5f65259 commit b957862
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/mixxxdb_cleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ DELETE FROM PlaylistTracks WHERE track_id NOT IN (SELECT id FROM library);
-- Analysis
DELETE FROM track_analysis WHERE track_id NOT IN (SELECT id FROM track_locations);

-- Custom Tags (scheduled for 2.4.0)
--DELETE FROM track_custom_tags WHERE track_id NOT IN (SELECT id FROM library);

-----------------------------------------------------------------------
-- Fix referential integrity issues in external libraries (optional) --
-- Enable conditionally depending on the contents of mixxxdb.sqlite --
Expand Down

0 comments on commit b957862

Please sign in to comment.