Deleted the duplicate _acym_list
And at first got this message:
Cannot delete or update a parent row: a foreign key constraint fails (database_db
.XXX_acym_mail_has_list
, CONSTRAINT fk_XXX_acym_mail_has_list2
FOREIGN KEY (list_id
) REFERENCES XXX_acym_list2
(id
) ON DELETE NO ACTION ON UPDATE NO ACTION)
But now I need to reconnect the List_id of _acym_mail_has_list to the acym_list
How is this done?
This is new for me.
Check Database Integrity didn't help after this.