On Mon, Mar 14, 2011 at 11:40:24AM +, Timothy W. Grove wrote:
> If I have an old database which contains an intermediate table generated
> by code such as 'videos = RelatedJoin("ExplanatoryVideos")' , and the
> class has been changed to no longer require a 'many-to-many'
> relationship, can
If I have an old database which contains an intermediate table generated
by code such as 'videos = RelatedJoin("ExplanatoryVideos")' , and the
class has been changed to no longer require a 'many-to-many'
relationship, can this intermediate table be deleted through SQLObject
to update the old da