INSERT INTO cmsContentVersion VALUES (contentId, versionId, versionDate)
Now, this has not taken folders into consideration and there is nothing that scrapes an old database for images, but I wonder if there already exist a package for this, if you're on 7.2.8/7.3.0? (or maybe someone already went the SQL-way. Works either way)
Migrating media information
Hi!
If you manually want to migrate media information I found out that you need to:
Once per item:
Once per item :
Multiple time per item:
And lastly once per item:
Now, this has not taken folders into consideration and there is nothing that scrapes an old database for images, but I wonder if there already exist a package for this, if you're on 7.2.8/7.3.0? (or maybe someone already went the SQL-way. Works either way)
I don't know if it will do what you're after, but I assume you've checked out this? https://our.umbraco.org/projects/developer-tools/cmsimport/
is working on a reply...