Hi,
first thanks for this awesome migration. The user experience is great. I love it and used it already for many migrations.
One issue we experienced is, e.g. with prompts: when prompts are migrated, adding a new prompt seems not to be possible because the auto-generated id counter is still sitting at 0, while the IDs are already taken. So when a new prompt should be inserted, it increased the ID from 0 to 1 as ID (primary key) but 1 is already taken -> error.
We are fixing this by just setting the sequence it to the max_id + 1, but that should be available in the migration, shouldn't it?
regards
Hi,
first thanks for this awesome migration. The user experience is great. I love it and used it already for many migrations.
One issue we experienced is, e.g. with prompts: when prompts are migrated, adding a new prompt seems not to be possible because the auto-generated id counter is still sitting at 0, while the IDs are already taken. So when a new prompt should be inserted, it increased the ID from 0 to 1 as ID (primary key) but 1 is already taken -> error.
We are fixing this by just setting the sequence it to the max_id + 1, but that should be available in the migration, shouldn't it?
regards