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

(-)a/installer/data/mysql/atomicupdate/bug_31374.pl (-2 / +1 lines)
Lines 2-8 use Modern::Perl; Link Here
2
2
3
return {
3
return {
4
    bug_number => "31374",
4
    bug_number => "31374",
5
    description => "Add a non-public note collumn to the suggestions table",
5
    description => "Add a non-public note column to the suggestions table",
6
    up => sub {
6
    up => sub {
7
        my ($args) = @_;
7
        my ($args) = @_;
8
        my ($dbh, $out) = @$args{qw(dbh out)};
8
        my ($dbh, $out) = @$args{qw(dbh out)};
9
- 

Return to bug 31374