Fix serialize migration
Created by: dblessing
Skip validation on the serialize migration. This might sound scary, but we only have the data we have when the migration happens. Presumably if a validation would fail it's because there is a new property that a future migration will fix.
Fixes #8157 Fixes #8141 Fixes #8184