Bugzilla – Attachment 178987 Details for
Bug 37901
Add ILL pseudonymization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37901: atomicupdate: Add 'illrequest_id' column to statistics
Bug-37901-atomicupdate-Add-illrequestid-column-to-.patch (text/plain), 1.03 KB, created by
Pedro Amorim
on 2025-03-05 15:54:56 UTC
(
hide
)
Description:
Bug 37901: atomicupdate: Add 'illrequest_id' column to statistics
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-03-05 15:54:56 UTC
Size:
1.03 KB
patch
obsolete
>From 93f9c247a6fdc488d1e84fa42600fc5a83b6abc4 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 3 Mar 2025 15:27:50 -0100 >Subject: [PATCH] Bug 37901: atomicupdate: Add 'illrequest_id' column to > statistics > >--- > installer/data/mysql/atomicupdate/bug_37901.pl | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_37901.pl b/installer/data/mysql/atomicupdate/bug_37901.pl >index 611b6c2a32b..7b772d35917 100755 >--- a/installer/data/mysql/atomicupdate/bug_37901.pl >+++ b/installer/data/mysql/atomicupdate/bug_37901.pl >@@ -36,6 +36,15 @@ return { > $dbh->do(q{ DROP TABLE pseudonymized_borrower_attributes; }); > } > >+ unless ( column_exists( 'statistics', 'illrequest_id' ) ) { >+ $dbh->do( >+ q{ >+ ALTER TABLE statistics >+ ADD COLUMN `illrequest_id` int(11) DEFAULT NULL AFTER `itemnumber` >+ } >+ ); >+ } >+ > say_success( $out, "Finished" ); > }, > }; >-- >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 37901
:
178356
|
178956
|
178957
|
178958
|
178959
|
178960
|
178961
|
178962
|
178963
|
178964
|
178965
|
178966
|
178967
|
178968
|
178980
|
178981
|
178982
|
178983
|
178984
|
178985
|
178986
|
178987
|
178988
|
178989
|
178990
|
178991
|
178992
|
181008
|
181009
|
181010
|
181011
|
181012
|
181013
|
181014
|
181015
|
181016
|
181017
|
181018
|
181019
|
181020