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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | revisions_migration-2543702-1.patch | 2.14 KB | vasi1186 |
Comments
Comment #1
vasi1186 commentedI attached a patch which fixed the issue for me.