View | Details | Raw Unified | Return to bug 20415
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 lines)
Lines 21299-21305 if( CheckVersion( $DBversion ) ) { Link Here
21299
21299
21300
        $dbh->do(q|
21300
        $dbh->do(q|
21301
            ALTER TABLE suggestions ADD CONSTRAINT `suggestions_ibfk_lastmodificationby` FOREIGN KEY (`lastmodificationby`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE SET NULL ON UPDATE CASCADE
21301
            ALTER TABLE suggestions ADD CONSTRAINT `suggestions_ibfk_lastmodificationby` FOREIGN KEY (`lastmodificationby`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE SET NULL ON UPDATE CASCADE
21302
            A
21303
        |);
21302
        |);
21304
    }
21303
    }
21305
21304
21306
- 

Return to bug 20415