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

(-)a/installer/data/mysql/atomicupdate/bug_11180.perl (-1 / +6 lines)
Line 0 Link Here
0
- 
1
$DBversion = 'XXX'; # will be replaced by the RM
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( "ALTER TABLE `branches` MODIFY `branchip` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'the IP address(s) for your library or branch'" );
4
5
    NewVersion( $DBversion, 11180, "expand branches.branchip to allow for multiple ip ranges");
6
}

Return to bug 11180