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

(-)a/installer/data/mysql/atomicupdate/bug_16122_atomicupdate.pl (-1 / +2 lines)
Lines 27-31 return { Link Here
27
            );
27
            );
28
            say $out "Added column 'deleteditems.localuse'";
28
            say $out "Added column 'deleteditems.localuse'";
29
        }
29
        }
30
        say $out
31
            "You may use the new /misc/maintenance/update_localuse_from_statistics.pl script to populate the new field from the existing statistics data";
30
    },
32
    },
31
    }
33
    }
32
- 

Return to bug 16122