Code review comment for lp:~dylanmccall/harvest/opportunity-edit

Revision history for this message
Dylan McCall (dylanmccall) wrote :

Oh, I should mention: Note adds a new table to the database, and the Comment field in Opportunity is removed (replaced with note_set via the OneToMany relationship).

You'll need to run ./manage.py syncdb to get that all working right. It shouldn't cause any problems given that the comment field hasn't been used for anything so far.

« Back to merge proposal