Enhancement
If many I18N attributes are created in a migration, the migration takes a disproportionately long time because the RevisionXRef table is adjusted after each attribute rewrite. This process takes several minutes per attribute (for a large database). Instead of doing this for each individual attribute, the RevisionXRef table should be recreated exactly once at the end of the migration.
Test
No test.