Identities split into multiple resources doesn't seem to work
Not sure if I'm doing something wrong, but I have 2 resources that uses the same table,
In my
And in my
For some reason, Ash just adds the indexes for the
User and Customer.In my
User resource I have these identities:And in my
Customer resource, I have these identities:For some reason, Ash just adds the indexes for the
User resource in my PostgreSQL table, the one in Customer is simply ignored and doesn't show up in the migrations at all.