Bugzilla – Attachment 175332 Details for
Bug 38522
Increase length of erm_argreements.license_info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38522: (follow-up) edit dbrev in preserve comment
Bug-38522-follow-up-edit-dbrev-in-preserve-comment.patch (text/plain), 1001 bytes, created by
Andrew Fuerste-Henry
on 2024-12-09 19:39:44 UTC
(
hide
)
Description:
Bug 38522: (follow-up) edit dbrev in preserve comment
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2024-12-09 19:39:44 UTC
Size:
1001 bytes
patch
obsolete
>From e0f58b5bd656b83efdf48aa439155b49a4e33d2e Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38522
:
174946
|
174947
|
174948
|
174949
|
174950
|
175327
| 175332