artisan-tattoo / assistant-api

A simple CRM for managing tattoo shops.

Home Page:artisanassistant.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silent fail on delete for seeded customers with appointments

ashleygwilliams opened this issue · comments

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