It is safe to delete them manually.

If you had Field('xyz',autodelete=True)

they would have been deleted when the records were deleted.

On Feb 23, 10:15 pm, weheh <[email protected]> wrote:
> I used to have a db structure with an upload field in a table, "xyz".
> I uploaded some images that are now under uploads/xyz.picture.cypher.
> Later, I decided to drop the upload field from table "xyz" and create
> a totally new table "abc" that had an equivalent picture field. the
> sql.log file shows the xyz.picture columns being dropped. But the
> uploads/xyz.picture.cypher files are still there. Is it safe to remove
> them manually? And couldn't there be a web2py command that "flattens"
> all the db changes and cleans up all the loose ends?

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to