geekpgh / mastersproject

The masters project for SWENG 500 team 3
4 stars 2 forks source link

Unable to delete a user account if user is a friend #94

Closed GIdeus closed 11 years ago

GIdeus commented 11 years ago

If a user is/has friends, they are unable to delete their account.

geekpgh commented 11 years ago

I'm going to guess this is failing due to the foreign key between the user account and friends. We probably need a cascade delete rule that says if a user is deleted then all friendships they are in are also deleted.

steveplatz commented 11 years ago

This was fixed by fc5773f39019db296c25befdc36ce9ed8a1c86c8