strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 57 forks source link

fix many to many relation migrate error when fields in same collection #100

Closed liuyang25 closed 9 months ago

liuyang25 commented 1 year ago

eg. A.xs -- A.ys the 3.x sql db 's structure is id, a_id, x_id, old logic will insert a_id, y_id.

aliblackwell commented 9 months ago

I was having issues importing a many to many table. Running the migration using this branch worked. I'd love to see this merged into the main repo as I have a few more sites to migrate and it would be nice to be able to use the officially supported repo.

@liuyang25, thank you so much for your work on this!