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 web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to