From d334ce2de29fa9be712f3f0442f6015d8b9621f3 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 --- 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.46.1