From e0f58b5bd656b83efdf48aa439155b49a4e33d2e Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Mon, 9 Dec 2024 19:38:50 +0000 Subject: [PATCH] Bug 38522: (follow-up) edit dbrev in preserve comment --- installer/data/mysql/db_revs/241200001.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/db_revs/241200001.pl b/installer/data/mysql/db_revs/241200001.pl index 6fb6fe6aaf..05a4d92139 100755 --- a/installer/data/mysql/db_revs/241200001.pl +++ b/installer/data/mysql/db_revs/241200001.pl @@ -8,7 +8,7 @@ return { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; - $dbh->do(q{ALTER TABLE erm_agreements MODIFY COLUMN license_info mediumtext}); + $dbh->do(q{ALTER TABLE erm_agreements MODIFY COLUMN license_info mediumtext DEFUALT NULL COMMENT 'info about the license'}); say_success( $out, "Updated erm_agreements.license_info to mediumtext." ); }, }; -- 2.39.5