From a779c7ace1f96a9fd51b3655dbed5c653f34b398 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 Signed-off-by: Katrin Fischer --- 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 12474f7eca..c5396e8ea1 100644 --- a/Koha/Schema/Result/AdditionalField.pm +++ b/Koha/Schema/Result/AdditionalField.pm @@ -156,6 +156,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.5