Hi, I'm using Hydra 2.X and I'm having issue playi...
# contributors
f
Hi, I'm using Hydra 2.X and I'm having issue playing the migration using a postgres database. I have this error:
Copy code
Could not apply migrations:
ERROR: cannot drop index hydra_jwk_idx_id_uq because other objects depend on it (SQLSTATE 2BP01)
error executing migrations/20220210000001000078_nid.postgres.up.sql, sql: -- Migration generated by the command below; DO NOT EDIT.
-- hydra:generate hydra migrate gen




DROP INDEX hydra_jwk_idx_id_uq;
DROP INDEX hydra_oauth2_trusted_jwt_bearer_issuer_expires_at_idx;