From 1770044c20519e32db7e2e4d1fdb690f78b47550 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 21 Feb 2023 10:34:52 +0000 Subject: [PATCH] Bug 22428: Attach DBIC file DBIC file for updated column Test plan as above Signed-off-by: Caroline Cyr La Rose --- Koha/Schema/Result/MarcModificationTemplateAction.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Koha/Schema/Result/MarcModificationTemplateAction.pm b/Koha/Schema/Result/MarcModificationTemplateAction.pm index 6523850ee5..52488efd95 100644 --- a/Koha/Schema/Result/MarcModificationTemplateAction.pm +++ b/Koha/Schema/Result/MarcModificationTemplateAction.pm @@ -66,9 +66,8 @@ __PACKAGE__->table("marc_modification_template_actions"); =head2 field_value - data_type: 'varchar' + data_type: 'text' is_nullable: 1 - size: 100 =head2 to_field @@ -170,7 +169,7 @@ __PACKAGE__->add_columns( "from_subfield", { data_type => "varchar", is_nullable => 1, size => 1 }, "field_value", - { data_type => "varchar", is_nullable => 1, size => 100 }, + { data_type => "text", is_nullable => 1 }, "to_field", { data_type => "varchar", is_nullable => 1, size => 3 }, "to_subfield", @@ -235,8 +234,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-19 17:32:57 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAUr9aGlNZleldYbjJHdmw +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-21 10:26:49 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:usN1y4uL5XCNy97nf70FHQ # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.34.1