Bugzilla – Attachment 152732 Details for
Bug 29390
Authorised values: Add a few missing foreign keys
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29390: Fix syntax error in atomic update
Bug-29390-Fix-syntax-error-in-atomic-update.patch (text/plain), 1.49 KB, created by
Marcel de Rooy
on 2023-06-27 12:53:35 UTC
(
hide
)
Description:
Bug 29390: Fix syntax error in atomic update
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-06-27 12:53:35 UTC
Size:
1.49 KB
patch
obsolete
>From 93515a1c0bf16dae47f934234e78309d4444642b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 4 Jan 2022 14:21:19 +0100 >Subject: [PATCH] Bug 29390: Fix syntax error in atomic update >Content-Type: text/plain; charset=utf-8 > >Test plan: >Run dbrev or new install. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/atomicupdate/bug_29336_2.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_29336_2.pl b/installer/data/mysql/atomicupdate/bug_29336_2.pl >index 5629c261a8..cf97b304cb 100755 >--- a/installer/data/mysql/atomicupdate/bug_29336_2.pl >+++ b/installer/data/mysql/atomicupdate/bug_29336_2.pl >@@ -9,10 +9,10 @@ return { > my ($dbh, $out) = @$args{qw(dbh out)}; > my %fix_tables = ( > 'additional_fields' => 'authorised_value_category', >- 'auth_subfield_structure' => 'authorised_value' >- 'auth_tag_structure' => 'authorised_value' >+ 'auth_subfield_structure' => 'authorised_value', >+ 'auth_tag_structure' => 'authorised_value', > 'borrower_attribute_types' => 'authorised_value_category', >- 'club_template_enrollment_fields' => 'authorised_value_category' >+ 'club_template_enrollment_fields' => 'authorised_value_category', > 'club_template_fields' => 'authorised_value_category', > 'marc_tag_structure' => 'authorised_value', > ); >-- >2.30.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 29390
:
127214
|
127215
|
128985
|
152730
|
152731
|
152732
|
152733
|
152734
|
155529
|
155530
|
155531
|
155532
|
155533