eca49bf frontend: delete ReviewedOutdatedChroot results on cascade

1 file Authored by frostyx 3 years ago, Committed by praiskup 3 years ago,
    frontend: delete ReviewedOutdatedChroot results on cascade
    
    Fix #1645
    
    We need to specify what to do within a cascade. By default it just
    sets null to our not-nullable column. We want to delete the whole row
    instead.