Open Jragon opened 2 years ago
Hi,
I'm migrating some old code over, and have a lot of unique constraints. I guess I need to turn these all into unique_together constraints in the meta class since there's no transformation done anywhere to include the tenant id ?
Hi, you're right at the moment is the way to proceed.
Great, thanks :) have added a system check to catch these
Hi,
I'm migrating some old code over, and have a lot of unique constraints. I guess I need to turn these all into unique_together constraints in the meta class since there's no transformation done anywhere to include the tenant id ?