Bugzilla – Attachment 172096 Details for
Bug 30888
Add a table for deletedauthorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30888: add `heading` column after bug 30047 added it to auth_header
Bug-30888-add-heading-column-after-bug-30047-added.patch (text/plain), 1.71 KB, created by
Marcel de Rooy
on 2024-09-27 07:51:26 UTC
(
hide
)
Description:
Bug 30888: add `heading` column after bug 30047 added it to auth_header
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-09-27 07:51:26 UTC
Size:
1.71 KB
patch
obsolete
>From 70e72ddb0405676c78d2d30db3676aa9cdd8a9dd Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30888
:
165040
|
165041
|
165042
|
165043
|
171850
|
171851
|
172090
|
172091
|
172092
|
172093
|
172094
|
172095
|
172096
|
172097
|
172098
|
172099
|
172549
|
172550
|
172551
|
172552
|
172553