Closed cbmarcum closed 5 years ago
can't delete products with good id's or product features. Throws a referential integrity error.
Steps to reproduce the behavior:
Expected behavior: product deletes.
Since the database is in production we probably shouldn't use belongsTo on the hasManys but gather and delete before product instead.
fixed
can't delete products with good id's or product features. Throws a referential integrity error.
Steps to reproduce the behavior:
Expected behavior: product deletes.
Since the database is in production we probably shouldn't use belongsTo on the hasManys but gather and delete before product instead.