From 70e72ddb0405676c78d2d30db3676aa9cdd8a9dd Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sun, 22 Sep 2024 04:46:18 +0200 Subject: [PATCH] Bug 30888: add `heading` column after bug 30047 added it to auth_header Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug_30888.pl | 1 + installer/data/mysql/kohastructure.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/installer/data/mysql/atomicupdate/bug_30888.pl b/installer/data/mysql/atomicupdate/bug_30888.pl index f3d7fcae62..643d7077dd 100755 --- a/installer/data/mysql/atomicupdate/bug_30888.pl +++ b/installer/data/mysql/atomicupdate/bug_30888.pl @@ -15,6 +15,7 @@ CREATE TABLE `deletedauth_header` ( `authtypecode` varchar(10) NOT NULL DEFAULT '', `datecreated` date DEFAULT NULL, `modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `heading` longtext DEFAULT NULL, `origincode` varchar(20) DEFAULT NULL, `authtrees` longtext DEFAULT NULL, `marc` blob DEFAULT NULL, diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 6e3c193523..98bd37a6c6 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2553,6 +2553,7 @@ CREATE TABLE `deletedauth_header` ( `authtypecode` varchar(10) NOT NULL DEFAULT '', `datecreated` date DEFAULT NULL, `modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `heading` longtext DEFAULT NULL, `origincode` varchar(20) DEFAULT NULL, `authtrees` longtext DEFAULT NULL, `marc` blob DEFAULT NULL, -- 2.39.5