Bugzilla – Attachment 167596 Details for
Bug 37054
Allow for custom library colors in the staff interface header search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37054: DO NOT PUSH - Schema updates
Bug-37054-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.44 KB, created by
David Nind
on 2024-06-08 23:21:02 UTC
(
hide
)
Description:
Bug 37054: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-06-08 23:21:02 UTC
Size:
1.44 KB
patch
obsolete
>From 1df5f1e8b1343c62e8d7c9d2143b08a74dd55d0f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 7 Jun 2024 16:20:14 +0000 >Subject: [PATCH] Bug 37054: DO NOT PUSH - Schema updates > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Branch.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index c9d55a8182..f1d5cfcdfb 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -206,6 +206,14 @@ branch specific javascript for the OPAC > > branch specific css for the OPAC > >+=head2 branchcolor >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 16 >+ >+branch specific color >+ > =cut > > __PACKAGE__->add_columns( >@@ -259,6 +267,8 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "opacusercss", > { data_type => "longtext", is_nullable => 1 }, >+ "branchcolor", >+ { data_type => "varchar", is_nullable => 1, size => 16 }, > ); > > =head1 PRIMARY KEY >@@ -996,8 +1006,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-05-03 13:13:25 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HiH1QNlDqKcq9GeM85Pu0A >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-06-07 16:19:19 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o4mDVGwBMW9RsoohPU5EZQ > > __PACKAGE__->add_columns( > '+pickup_location' => { is_boolean => 1 }, >-- >2.39.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 37054
:
167577
|
167578
|
167579
|
167590
|
167595
|
167596
|
167597
|
167598
|
167609
|
167612
|
167613
|
167614
|
167615
|
167616
|
167618
|
167625
|
171221
|
171222
|
171223
|
171224
|
171225
|
171226