ffd53ab Add migration to fix the project_from_id foreign key in pull_requests

Authored and Committed by pingou 6 years ago
    Add migration to fix the project_from_id foreign key in pull_requests
    
    This way, if the project the PR originates from is deleted, the PR
    remains and remains open.
    
    Fixes https://pagure.io/pagure/issue/2729
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>