I have a Content Model X with 200+ entries. One of the fields inside my Content Model X is a reference field referencing the Content Model A.
However, I realized that this Content Model A is no longer suitable for my use case so I created another Content Model B.
I wonder if there is an efficient way to update all the reference field for each entry from Content Model A to Content Model B ?
Or do I have to update the reference field manually for 200+ times ?
Thank you!