From 39c172144a9c374eb6bc7df6a4bdc7d984cfae7a Mon Sep 17 00:00:00 2001
From: Lucas Gass <lucas@bywatersolutions.com>
Date: Tue, 31 Oct 2023 18:00:06 +0000
Subject: [PATCH] Bug 34438: ( follow-up ): Amend kohastructure.sql

---
 installer/data/mysql/kohastructure.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql
index 479c3c55dd4..5bafd0bd68b 100644
--- a/installer/data/mysql/kohastructure.sql
+++ b/installer/data/mysql/kohastructure.sql
@@ -1427,6 +1427,7 @@ CREATE TABLE `borrower_modifications` (
   `extended_attributes` mediumtext DEFAULT NULL,
   `gdpr_proc_consent` datetime DEFAULT NULL COMMENT 'data processing consent',
   `primary_contact_method` varchar(45) DEFAULT NULL COMMENT 'useful for reporting purposes',
+  `lang` varchar(25) DEFAULT NULL,
   PRIMARY KEY (`verification_token`(191),`borrowernumber`),
   KEY `verification_token` (`verification_token`(191)),
   KEY `borrowernumber` (`borrowernumber`)
-- 
2.30.2