I can't perform database migrations. I'm using PostGreSQL. See the error it gives me:

33 views Asked by At
django.db.utils.IntegrityError: insert or update on table "logistica_requisicao" violates foreign key constraint "logistica_requisicao_produtos_id_bc49525e_fk_produto_produto_id"
DETAIL:  Key (produtos_id)=(235) is not present in table "produto_produto"

I tried to make migrations but i could not.

0

There are 0 answers