[SQLObject] deleting an intermediate table
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Timothy W. G. <tim...@si...> - 2011-03-14 11:40:48
|
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 database? Tim |