Bugzilla – Attachment 65456 Details for
Bug 19016
Add a script to fix corrupted data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19016 [Followup] - Fix bad column name
Bug-19016-Followup---Fix-bad-column-name.patch (text/plain), 896 bytes, created by
Kyle M Hall (khall)
on 2017-08-03 10:41:00 UTC
(
hide
)
Description:
Bug 19016 [Followup] - Fix bad column name
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-08-03 10:41:00 UTC
Size:
896 bytes
patch
obsolete
>From b1ed34d626246edf2aeaae6b5755cb617e5a12fa Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Aug 2017 06:40:33 -0400 >Subject: [PATCH] Bug 19016 [Followup] - Fix bad column name > >--- > misc/cronjobs/cleanup_database.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index f1e6324..b1967b6 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -586,7 +586,7 @@ sub GetCorruptedData { > ), > ( > @$biblios >- ? { entity => 'biblios', col_name => 'borrowernumber', rows => $biblios, tables => [ 'biblio', 'deletedbiblio' ] } >+ ? { entity => 'biblios', col_name => 'biblionumber', rows => $biblios, tables => [ 'biblio', 'deletedbiblio' ] } > : () > ), > ( >-- >2.10.2
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 19016
:
65402
|
65403
| 65456 |
65710
|
68015