From 10c426357b0f3ad35135e6aa3eca2b27f8d2c820 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sun, 24 Nov 2024 17:22:07 +0100 Subject: [PATCH] Bug 35635: (QA follow-up): fix terminology --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index ed530cb527..b841d47916 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -1261,7 +1261,7 @@ CREATE TABLE `borrower_attribute_types` ( `category_code` varchar(10) DEFAULT NULL COMMENT 'defines a category for an attribute_type', `class` varchar(255) NOT NULL DEFAULT '' COMMENT 'defines a class for an attribute_type', `keep_for_pseudonymization` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'defines if this field is copied to anonymized_borrower_attributes (1 for yes, 0 for no)', - `mandatory` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'defines if the attribute is mandatory or not in the staff client', + `mandatory` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'defines if the attribute is mandatory or not in the staff interface', `opac_mandatory` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'defines if the attribute is mandatory or not in the OPAC', PRIMARY KEY (`code`), KEY `auth_val_cat_idx` (`authorised_value_category`), -- 2.47.0