Bugzilla – Attachment 187585 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: (follow-up) Adjust DBRev includes everything from the kohastructure
Bug-37901-follow-up-Adjust-DBRev-includes-everythi.patch (text/plain), 1004 bytes, created by
Lucas Gass (lukeg)
on 2025-10-08 15:16:19 UTC
(
hide
)
Description:
Bug 37901: (follow-up) Adjust DBRev includes everything from the kohastructure
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-08 15:16:19 UTC
Size:
1004 bytes
patch
obsolete
>From 872a4a8e306da7c8987fdcd346da3eea4b8e843c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 8 Oct 2025 15:15:23 +0000 >Subject: [PATCH] Bug 37901: (follow-up) Adjust DBRev includes everything from > the kohastructure > >--- > installer/data/mysql/db_revs/250600011.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/250600011.pl b/installer/data/mysql/db_revs/250600011.pl >index bb680565f04..a7cec777c74 100755 >--- a/installer/data/mysql/db_revs/250600011.pl >+++ b/installer/data/mysql/db_revs/250600011.pl >@@ -41,7 +41,8 @@ return { > $dbh->do( > q{ > ALTER TABLE statistics >- ADD COLUMN `illrequest_id` int(11) DEFAULT NULL AFTER `other` >+ ADD COLUMN `illrequest_id` int(11) DEFAULT NULL COMMENT 'foreign key from the illrequests table, links transaction to a specific illrequest' AFTER `other` >+ > } > ); > } >-- >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
|
181696
|
181697
|
181698
|
181699
|
181700
|
181701
|
181702
|
181703
|
181704
|
181705
|
181706
|
181707
|
181708
|
184709
|
184710
|
184711
|
184712
|
184713
|
184714
|
184715
|
184716
|
184717
|
184718
|
184719
|
184720
|
184721
|
185495
|
185496
|
185497
|
185498
|
185499
|
185500
|
185501
|
185502
|
185503
|
185504
|
185505
|
185506
|
185507
|
185544
|
185545
|
185546
|
185547
|
185548
|
185549
|
185550
|
185551
|
185552
|
185553
|
185554
|
185555
|
185556
|
185629
| 187585