Bugzilla – Attachment 182575 Details for
Bug 38457
Add additional fields support to debit types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38457: (follow-up) Update record_id to VARCHAR(80)
Bug-38457-follow-up-Update-recordid-to-VARCHAR80.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2025-05-19 07:34:22 UTC
(
hide
)
Description:
Bug 38457: (follow-up) Update record_id to VARCHAR(80)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-05-19 07:34:22 UTC
Size:
1.04 KB
patch
obsolete
>From b3cae30e220e7eb7903d71470f25e36012024cd4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 19 May 2025 09:17:45 +0200 >Subject: [PATCH] Bug 38457: (follow-up) Update record_id to VARCHAR(80) > >--- > installer/data/mysql/db_revs/241200045.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/241200045.pl b/installer/data/mysql/db_revs/241200045.pl >index 32c63a54cfe..becb719ec58 100755 >--- a/installer/data/mysql/db_revs/241200045.pl >+++ b/installer/data/mysql/db_revs/241200045.pl >@@ -8,7 +8,9 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- $dbh->do(q{ ALTER TABLE additional_field_values MODIFY record_id VARCHAR(80) NOT NULL DEFAULT ''; }); >+ $dbh->do( >+ q{ ALTER TABLE additional_field_values MODIFY record_id VARCHAR(80) NOT NULL DEFAULT '' COMMENT 'record_id' } >+ ); > > say_success( $out, "Converted additional_field_values.record_id to VARCHAR(80)" ); > }, >-- >2.34.1
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 38457
:
175630
|
175631
|
175633
|
176789
|
176790
|
176791
|
178394
|
178395
|
178396
|
178397
|
178398
|
180494
|
180495
|
180496
|
180497
|
180498
|
180519
|
180520
|
180521
|
180522
|
180523
|
182384
|
182385
|
182386
|
182387
|
182388
| 182575