Import users from existing cs to new clean cs store

Hello,

please export users from existing store and import into new clean store.

You will find out that users are imported with new id into new store.

Export orders and order details and import to new store.

You will find out that users have now different orders because of course the user id is not matching

You can extend the following schema to add User ID to the export/import

app/schemas/exim/users.php

This is not a bug, it’s working as intended.