Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

Delete bunch does not produce expected behavior #9

Closed kylewoo235 closed 8 years ago

kylewoo235 commented 8 years ago

When a bunch is deleted off the sqlite database all records containing that bunch should be deleted. However only the records from the Bunches table are deleted, and records in the Bunch Recipes table are left untouched.

kylewoo235 commented 8 years ago

Fixed