artisan-tattoo / assistant-api

A simple CRM for managing tattoo shops.
artisanassistant.com
67 stars 8 forks source link

silent fail on delete for seeded customers with appointments #71

Open ashleygwilliams opened 9 years ago

ashleygwilliams commented 9 years ago

appointments customer_id has a constraint that the id must exist in a user table so delete fails silently for all users with appointments.

this is basically the case for all relations.

wontfix ftm