From 09d2c0ac102f54b6f65ca7d4b92e218f8d64196d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 24 May 2024 13:11:32 +0000 Subject: [PATCH] Bug 36819: DBIC schema update Signed-off-by: Katrin Fischer --- Koha/Schema/Result/CreatorLayout.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/CreatorLayout.pm b/Koha/Schema/Result/CreatorLayout.pm index 5a44faa050..1dd3263b8f 100644 --- a/Koha/Schema/Result/CreatorLayout.pm +++ b/Koha/Schema/Result/CreatorLayout.pm @@ -84,7 +84,7 @@ __PACKAGE__->table("creator_layouts"); =head2 scale_width data_type: 'decimal' - default_value: 0.080000 + default_value: 0.800000 is_nullable: 0 size: [28,6] @@ -168,7 +168,7 @@ __PACKAGE__->add_columns( "scale_width", { data_type => "decimal", - default_value => "0.080000", + default_value => "0.800000", is_nullable => 0, size => [28, 6], }, @@ -216,8 +216,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("layout_id"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-25 14:33:42 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:L7tcMDvHqODxCgENIubFTQ +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-05-24 13:05:15 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:W/ICw+9yY7wxZ0IgqqXcFg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5