tim wrote:Haven't seen something like that around, but shouldn't be that hard to make, just a couple of lines, I'll check it out later
Yep found it myself already.
Here is the SQL to get all files still in db.
Code:
SELECT [versionId]
,[alias]
,[content]
FROM [umbracoCMS].[dbo].[umbracoContentData]
WHERE [alias] = 'umbracofile' -- Files in media section
OR [alias] = 'AnotherUploadPropHere'
OR [alias] = 'AnotherUploadPropHere'
Gonna write a small tool to do this clean up.
Converting a DotNetNuke site to Umbraco :
Follow it here