Code review comment for lp:~ris/loco-team-portal/fix-552762

Revision history for this message
Adnane Belmadiaf (daker) wrote :

Hi Robert, this MP still need more work, we need to add some lines of codes to keep the relation between the venues and the events, i mean this line :

226 + # Deleting field 'TeamEvent.venue'
227 + db.delete_column('events_teamevent', 'venue_id')

we need to store in memory all venues/events relatiosn before then create them once the new table TeamEventVenue is created.

review: Needs Fixing

« Back to merge proposal