From cbf37a63d393be2de8f3d492c0efcefb4a849e4f Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 25 Jul 2024 16:58:48 +0000 Subject: [PATCH] Bug 35044: (QA follow-up): Fix QA script Error on boolean TINYINT Signed-off-by: Julian Maurice https://bugs.koha-community.org/show_bug.cgi?id=25044 --- Koha/Schema/Result/AdditionalField.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/AdditionalField.pm b/Koha/Schema/Result/AdditionalField.pm index afdd77cc2e..b26be7cabe 100644 --- a/Koha/Schema/Result/AdditionalField.pm +++ b/Koha/Schema/Result/AdditionalField.pm @@ -166,6 +166,8 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fnWeynuQnePWYM90CJKZ5Q +__PACKAGE__->add_columns( + '+repeatable' => { is_boolean => 1 }, +); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.39.2