Allow migrate media command to be re-run #71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "allow_migrate_media_command_to_be_rerun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the media is already associated, then
attach()results in a duplicate key error. UsingsyncWithoutDetatching()will add the media association if it is missing, without removing any other pre-existing associations.