Bugzilla – Attachment 96419 Details for
Bug 24263
borrowers.relationship should not contain an empty string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24263: DB changes
Bug-24263-DB-changes.patch (text/plain), 973 bytes, created by
Jonathan Druart
on 2019-12-18 13:12:44 UTC
(
hide
)
Description:
Bug 24263: DB changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-18 13:12:44 UTC
Size:
973 bytes
patch
obsolete
>From 5ba53022a7cfb1bcc6e158884f9d89939b699b30 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Dec 2019 14:08:34 +0100 >Subject: [PATCH] Bug 24263: DB changes > >--- > installer/data/mysql/atomicupdate/bug_24215.perl | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_24215.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_24215.perl b/installer/data/mysql/atomicupdate/bug_24215.perl >new file mode 100644 >index 0000000000..61a1915baf >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_24215.perl >@@ -0,0 +1,10 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do( q| >+ UPDATE borowers SET relationship = NULL >+ WHERE relationship = "" >+ |); >+ >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 24215 - Replace relationship with NULL when "")\n"; >+} >-- >2.11.0
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 24263
:
96418
|
96419
|
96420
|
96531
|
96532
|
96533
|
96989
|
96990
|
96991
|
96992