-- Reverts to the unique partial index. This FAILS if any recording -- MBID is shared across releases in the library (the exact case 0029 -- exists to allow) — dedupe tracks.mbid before rolling back. DROP INDEX IF EXISTS tracks_mbid_idx; CREATE UNIQUE INDEX tracks_mbid_unique ON tracks (mbid) WHERE mbid IS NOT NULL;