From 1def5d36e66b9c3909df1174d6f0d486c84ede73 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 30 Dec 2024 18:05:14 +0000 Subject: [PATCH] Bug 37054: DO NOT PUSH - More schema updates --- Koha/Schema/Result/Branch.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index f1d5cfcdfbf..4203ffd4f17 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -206,13 +206,13 @@ branch specific javascript for the OPAC branch specific css for the OPAC -=head2 branchcolor +=head2 library_color data_type: 'varchar' is_nullable: 1 size: 16 -branch specific color +library specific color =cut @@ -267,7 +267,7 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "opacusercss", { data_type => "longtext", is_nullable => 1 }, - "branchcolor", + "library_color", { data_type => "varchar", is_nullable => 1, size => 16 }, ); @@ -1006,8 +1006,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-06-07 16:19:19 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o4mDVGwBMW9RsoohPU5EZQ +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-12-30 18:00:37 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1pdWQr3LWzmO4yk61f3eHw __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 }, -- 2.39.2