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

(-)a/installer/data/mysql/updatedatabase.pl (-7 lines)
Lines 8724-8735 if ( CheckVersion($DBversion) ) { Link Here
8724
    print "Upgrade to $DBversion done (Bug 10402: Move bookseller contacts to separate table)\n";
8724
    print "Upgrade to $DBversion done (Bug 10402: Move bookseller contacts to separate table)\n";
8725
    SetVersion($DBversion);
8725
    SetVersion($DBversion);
8726
}
8726
}
8727
$DBversion = "XXX";
8728
if ( CheckVersion($DBversion) ) {
8729
    $dbh->do("ALTER TABLE `borrowers` ADD COLUMN `primary_contact_method` VARCHAR(45) NULL DEFAULT NULL;");
8730
    print "Upgrade to $DBversion done (Bug 11879: Add a new borrower field : main contact method)\n";
8731
    SetVersion($DBversion);
8732
}
8733
8727
8734
$DBversion = "3.17.00.017";
8728
$DBversion = "3.17.00.017";
8735
if ( CheckVersion($DBversion) ) {
8729
if ( CheckVersion($DBversion) ) {
8736
- 

Return to bug 11879