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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +11 lines)
Lines 7104-7109 if ( CheckVersion($DBversion) ) { Link Here
7104
    SetVersion($DBversion);
7104
    SetVersion($DBversion);
7105
}
7105
}
7106
7106
7107
$DBversion = "3.13.00.XXX";
7108
if ( CheckVersion($DBversion) ) {
7109
    #add phone if it is not there already (explains the ignore option)
7110
    $dbh->do("
7111
INSERT IGNORE INTO message_transport_types (message_transport_type) values ('phone');
7112
    ");
7113
    print "Upgrade to $DBversion done (Bug 10572: Add phone to message_transport_types table for new installs)\n";
7114
    SetVersion($DBversion);
7115
}
7116
7117
7107
=head1 FUNCTIONS
7118
=head1 FUNCTIONS
7108
7119
7109
=head2 TableExists($table)
7120
=head2 TableExists($table)
7110
- 

Return to bug 10572