Bugzilla – Attachment 177623 Details for
Bug 26684
Remove 'marc' column from auth_header table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26684: Remove marc column from existing databases
Bug-26684-Remove-marc-column-from-existing-databas.patch (text/plain), 1.11 KB, created by
Nick Clemens (kidclamp)
on 2025-02-07 14:15:43 UTC
(
hide
)
Description:
Bug 26684: Remove marc column from existing databases
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-07 14:15:43 UTC
Size:
1.11 KB
patch
obsolete
>From 708a3e5b4d1348387640e9870a3e2e35b9780b30 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Oct 2020 01:02:59 +0000 >Subject: [PATCH] Bug 26684: Remove marc column from existing databases > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../001-26684-drop_marc_column_from_auth_header.perl | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100755 installer/data/mysql/atomicupdate/001-26684-drop_marc_column_from_auth_header.perl > >diff --git a/installer/data/mysql/atomicupdate/001-26684-drop_marc_column_from_auth_header.perl b/installer/data/mysql/atomicupdate/001-26684-drop_marc_column_from_auth_header.perl >new file mode 100755 >index 00000000000..7dd81482087 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/001-26684-drop_marc_column_from_auth_header.perl >@@ -0,0 +1,6 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do( "ALTER TABLE auth_header DROP COLUMN marc" ); >+ >+ NewVersion( $DBversion, XXXXX, "Drop marc column from auth_header"); >+} >-- >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 26684
:
111670
|
111671
|
111672
|
112016
|
112018
|
112019
|
112087
|
112088
|
112089
|
112090
|
177445
|
177446
|
177447
|
177448
|
177449
|
177450
|
177455
|
177456
|
177457
|
177458
|
177459
|
177460
|
177461
|
177622
| 177623 |
177624
|
177625
|
177626
|
177627