Bugzilla – Attachment 178287 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.85 KB, created by
Marcel de Rooy
on 2025-02-18 15:41:05 UTC
(
hide
)
Description:
Bug 30888: add `heading` column after bug 30047 added it to auth_header
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-18 15:41:05 UTC
Size:
1.85 KB
patch
obsolete
>From 6e9ea22218892abfc2c176ca55d19116b257dafd 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> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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
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
|
176637
|
176638
|
176639
|
176640
|
176641
|
178286
| 178287 |
178288
|
178289
|
178290
|
178720
|
181913