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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +11 lines)
Lines 7067-7072 if ( CheckVersion($DBversion) ) { Link Here
7067
    SetVersion($DBversion);
7067
    SetVersion($DBversion);
7068
}
7068
}
7069
7069
7070
$DBversion = "3.13.00.XXX";
7071
if ( CheckVersion($DBversion) ) {
7072
    #add phone if it is not there already (explains the ignore option)
7073
    $dbh->do("
7074
INSERT IGNORE INTO message_transport_types (message_transport_type) values ('phone');
7075
    ");
7076
    print "Upgrade to $DBversion done (Bug 10572: Add phone to message_transport_types table for new installs)\n";
7077
    SetVersion($DBversion);
7078
}
7079
7080
7070
=head1 FUNCTIONS
7081
=head1 FUNCTIONS
7071
7082
7072
=head2 TableExists($table)
7083
=head2 TableExists($table)
7073
- 

Return to bug 10572