bobdenotter / conimex

🍛 Content Importer and Exporter (as YAML) for Bolt 4
MIT License
6 stars 14 forks source link

Import users with the id they have been exported #24

Closed nestordedios closed 2 years ago

nestordedios commented 3 years ago

Users are being imported and related to records where they were not related to.

This doesn't work properly because in cases were users have been deleted and added the exported list of users is no longer a list with ids: 1, 2, 3, 4 but ids: 1, 4, 5, 8.

It seems that the import is importing the users and assigning an auto increment id and not taking the id the user has been exported with as the PRIMARY_KEY in the bolt_user table.