From 6e9ea22218892abfc2c176ca55d19116b257dafd 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 Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Martin Renvoize --- 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 b3fc5c2739..7bd62dccc0 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, `linkid` bigint(20) DEFAULT NULL, diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index c517a96327..35e8ce0935 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2562,6 +2562,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, `linkid` bigint(20) DEFAULT NULL, -- 2.39.5