"Duplicate Index" - but no dupliacte index...
Hey there, I've HAD a duplicate index in one of my schemas:
which resulted in the first one overridden in the generated migration.
this code is already deployed
I added 2 columns, (e.g f3 and f4) and when I'm trying to generate migrations (pg) I'm getting
Even though currently I've no duplication nowhere...
I want to fix it now, so I changed to the very very sure that's not duplicate:
but I get the same error...
If I remove all of them completely, The generation succeeds.
Whay am I missing?
which resulted in the first one overridden in the generated migration.
this code is already deployed
I added 2 columns, (e.g f3 and f4) and when I'm trying to generate migrations (pg) I'm getting
Even though currently I've no duplication nowhere...
I want to fix it now, so I changed to the very very sure that's not duplicate:
but I get the same error...
If I remove all of them completely, The generation succeeds.
Whay am I missing?