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

(-)a/installer/data/mysql/atomicupdate/bug_41409-standardise_streetnumber.pl (-3 / +2 lines)
Lines 17-23 return { Link Here
17
                );
17
                );
18
                say_success(
18
                say_success(
19
                    $out,
19
                    $out,
20
                    q{Column 'borrower_modifications.streetnumber' renamed to 'borrower_modifications.streetnumber'}
20
                    q{Column 'borrower_modifications.streetnumber' changed to tinytext'}
21
                );
21
                );
22
                $dbh->do(
22
                $dbh->do(
23
                    q{
23
                    q{
Lines 26-32 return { Link Here
26
                );
26
                );
27
                say_success(
27
                say_success(
28
                    $out,
28
                    $out,
29
                    q{Column 'borrower_modifications.B_streetnumber' renamed to 'borrower_modifications.B_streetnumber'}
29
                    q{Column 'borrower_modifications.B_streetnumber' changed to tinytext'}
30
                );
30
                );
31
            }
31
            }
32
        }
32
        }
33
- 

Return to bug 41523