shipperhq / module-shipper

Base ShipperHQ Repo
Open Software License 3.0
21 stars 21 forks source link

Missing references between tables #79

Closed OleksiyOleksiyovych closed 3 years ago

OleksiyOleksiyovych commented 4 years ago

I noticed what some tables do not have a reference to the parent tables. For example:

So, I have a lot of unused data on the project when old quotes removed, but shipperhq_quote_ tables still have data for removed quotes.

Maybe, it makes sense for some reason, please, explain.

wsajosh commented 3 years ago

Hi @OleksiyOleksiyovych Thanks for raising this and apologies that you didn't get a reply sooner! We've been discussing this internally since you've raised it. We're going to look into adding some foreign keys within the next few weeks. I'll update here once its available.

wsajosh commented 3 years ago

Hi @OleksiyOleksiyovych

This has been addressed in the latest release. Thanks very much for raising the issue.