Comment 14 for bug 1784342

Revision history for this message
uchenily (uchenily) wrote :

Hi, James, do you know how to reproduce this error? I think the foreign-key will prevent the deletion from the networks table until the subnet was deleted, so it seems that the field network_id will not be null in any time. `https://review.opendev.org/#/c/677221/` this patch force `network_id` not to be null, but how it works?