Skip to content

Adding support for automatic fixing of bad entry ids

David Sikter requested to merge migration-fix-broken-ids into v1.0.0

Added checks that the entry's id matches the generated one (by examining the prod DB, I found two entries where this has happened). If amismatch is found, specifying --fix-problems will replace the id with the correct one during the conversion.

Also fixed a typo and improved doc.

Edited by David Sikter

Merge request reports