While trying to migrate a field collection which had more revisions, I noticed that the revisions were not actually migrated. This is because the query which is used to insert the data into the revisions table is basically identical with the one used to insert the data in the field table (the only part which is different is the name of the table where the data is inserted).

CommentFileSizeAuthor
#1 revisions_migration-2543702-1.patch2.14 KBvasi1186
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vasi1186’s picture

I attached a patch which fixed the issue for me.