From d080e7cbe87f3cf514bf30c9721cf51590e32538 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 --- 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