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

(-)a/installer/data/mysql/db_revs/241200001.pl (-2 / +1 lines)
Lines 8-14 return { Link Here
8
        my ($args) = @_;
8
        my ($args) = @_;
9
        my ( $dbh, $out ) = @$args{qw(dbh out)};
9
        my ( $dbh, $out ) = @$args{qw(dbh out)};
10
10
11
        $dbh->do(q{ALTER TABLE erm_agreements MODIFY COLUMN license_info mediumtext});
11
        $dbh->do(q{ALTER TABLE erm_agreements MODIFY COLUMN license_info mediumtext DEFUALT NULL COMMENT 'info about the license'});
12
        say_success( $out, "Updated erm_agreements.license_info to mediumtext." );
12
        say_success( $out, "Updated erm_agreements.license_info to mediumtext." );
13
    },
13
    },
14
};
14
};
15
- 

Return to bug 38522