From f61c6be206aa6f5c03f1f1df91148ad0def0354b Mon Sep 17 00:00:00 2001
From: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Date: Mon, 11 Dec 2023 17:27:38 +0000
Subject: [PATCH] Bug 26297: Preparation: Add dateofbirthrequired as boolean in
 Result/Schema

---
 Koha/Schema/Result/Category.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm
index 927e7bd33d..28cd86705b 100644
--- a/Koha/Schema/Result/Category.pm
+++ b/Koha/Schema/Result/Category.pm
@@ -403,6 +403,7 @@ __PACKAGE__->add_columns(
     '+can_place_ill_in_opac'             => { is_boolean => 1 },
     '+exclude_from_local_holds_priority' => { is_boolean => 1 },
     '+require_strong_password'           => { is_boolean => 1 },
+    '+dateofbirthrequired'               => { is_boolean => 1 },
 );
 
 1;
-- 
2.30.2