AudioTrack: Remove UNIQUE(media_id, attached_file_id) constraint
Merged
requested to merge chouquette/medialibrary:remove_audio_track_file_unique_constraint into master
- Nov 23, 2021
-
-
Hugo Beauzée-Luyssen authored
The code explicitly tries to insert multiple tracks from a single external file. In the unlikely event this would occur, it would trigger a constraint violation. refs #392
447dcc0f
-