Creating index from identity or custom index creates bad migration
When generating a migration from either an identity or custom index, I'm getting a weird migration:
Datalayer:
Migration generated:
Doing this because the relationship migration generated by a belongs_to creating a transitive unique fk index on the multi-tenant attribute "organization_id"
Datalayer:
Migration generated:
Doing this because the relationship migration generated by a belongs_to creating a transitive unique fk index on the multi-tenant attribute "organization_id"
