Bugzilla – Attachment 182388 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: DBIC Schema
Bug-38457-DBIC-Schema.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 16:07:07 UTC
(
hide
)
Description:
Bug 38457: DBIC Schema
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 16:07:07 UTC
Size:
1.25 KB
patch
obsolete
>From e7a22271d9dbd6c25005cc48c75bd92453f5de41 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 20 Feb 2025 12:01:49 +0000 >Subject: [PATCH] Bug 38457: DBIC Schema > >Signed-off-by: Hannah Dunne-Howrie <hdunne-howrie@westminster.gov.uk> >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > Koha/Schema/Result/AdditionalFieldValue.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/AdditionalFieldValue.pm b/Koha/Schema/Result/AdditionalFieldValue.pm >index 79fc5ccc9a0..d0b6a51a8ca 100644 >--- a/Koha/Schema/Result/AdditionalFieldValue.pm >+++ b/Koha/Schema/Result/AdditionalFieldValue.pm >@@ -44,7 +44,7 @@ foreign key references additional_fields(id) > data_type: 'varchar' > default_value: (empty string) > is_nullable: 0 >- size: 11 >+ size: 80 > > record_id > >@@ -65,7 +65,7 @@ __PACKAGE__->add_columns( > "field_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, > "record_id", >- { data_type => "varchar", default_value => "", is_nullable => 0, size => 11 }, >+ { data_type => "varchar", default_value => "", is_nullable => 0, size => 80 }, > "value", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, > ); >-- >2.49.0
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