if we are migrating to a postgres db we need to manually update the sequence...
if we are migrating to a postgres db we need to manually update the sequence values otherwise postgres will attempt to reuse values and we'll get PK violations.
Please register or sign in to comment