Bugzilla – Attachment 141521 Details for
Bug 31716
Enlarge the size of the authorised_value column in authorised_values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31716: DO NOT PUSH - Schema updates
Bug-31716-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.51 KB, created by
Nick Clemens (kidclamp)
on 2022-10-07 19:27:39 UTC
(
hide
)
Description:
Bug 31716: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-10-07 19:27:39 UTC
Size:
1.51 KB
patch
obsolete
>From 1d9467b2547b42ed18f630d01b59a7a57cce3d11 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 7 Oct 2022 19:25:56 +0000 >Subject: [PATCH] Bug 31716: DO NOT PUSH - Schema updates > >--- > Koha/Schema/Result/AuthorisedValue.pm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/AuthorisedValue.pm b/Koha/Schema/Result/AuthorisedValue.pm >index 874c166b02..8311a8c72f 100644 >--- a/Koha/Schema/Result/AuthorisedValue.pm >+++ b/Koha/Schema/Result/AuthorisedValue.pm >@@ -46,7 +46,7 @@ key used to identify the authorized value category > data_type: 'varchar' > default_value: (empty string) > is_nullable: 0 >- size: 80 >+ size: 255 > > code use to identify the authorized value > >@@ -88,7 +88,7 @@ __PACKAGE__->add_columns( > size => 32, > }, > "authorised_value", >- { data_type => "varchar", default_value => "", is_nullable => 0, size => 80 }, >+ { data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, > "lib", > { data_type => "varchar", is_nullable => 1, size => 200 }, > "lib_opac", >@@ -173,8 +173,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LH9dpEEzlVVsjNVv/jnONg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-07 19:02:59 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3ih7F0Ld8jUaqh0GW5USSQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.30.2
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 31716
:
141520
|
141521
|
141722
|
141723
|
141724
|
141904
|
141905
|
141906