From 872a4a8e306da7c8987fdcd346da3eea4b8e843c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 8 Oct 2025 15:15:23 +0000 Subject: [PATCH] Bug 37901: (follow-up) Adjust DBRev includes everything from the kohastructure --- installer/data/mysql/db_revs/250600011.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/db_revs/250600011.pl b/installer/data/mysql/db_revs/250600011.pl index bb680565f04..a7cec777c74 100755 --- a/installer/data/mysql/db_revs/250600011.pl +++ b/installer/data/mysql/db_revs/250600011.pl @@ -41,7 +41,8 @@ return { $dbh->do( q{ ALTER TABLE statistics - ADD COLUMN `illrequest_id` int(11) DEFAULT NULL AFTER `other` + ADD COLUMN `illrequest_id` int(11) DEFAULT NULL COMMENT 'foreign key from the illrequests table, links transaction to a specific illrequest' AFTER `other` + } ); } -- 2.39.5