Bugzilla – Attachment 54670 Details for
Bug 7045
Default-value substitution inconsistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7045: Update default value placeholders for existing installs
PASSED-QA-Bug-7045-Update-default-value-placeholde.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2016-08-21 20:39:41 UTC
(
hide
)
Description:
[PASSED QA] Bug 7045: Update default value placeholders for existing installs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-08-21 20:39:41 UTC
Size:
1.47 KB
patch
obsolete
>From 71fbc84446ca4cc0191d7c019096f99bcfbf9fa3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Aug 2016 09:18:19 +0100 >Subject: [PATCH] [PASSED QA] Bug 7045: Update default value placeholders for > existing installs >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > installer/data/mysql/atomicupdate/bug_7045.sql | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_7045.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_7045.sql b/installer/data/mysql/atomicupdate/bug_7045.sql >new file mode 100644 >index 0000000..01608ac >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_7045.sql >@@ -0,0 +1,4 @@ >+update marc_subfield_structure set defaultvalue=REPLACE(defaultvalue, 'YYYY', '<<YYYY>>') where defaultvalue like "%YYYY%" and defaultvalue not like "%<<YYYY>>%"; >+update marc_subfield_structure set defaultvalue=REPLACE(defaultvalue, 'MM', '<<MM>>') where defaultvalue like "%MM%" and defaultvalue not like "%<<MM>>%"; >+update marc_subfield_structure set defaultvalue=REPLACE(defaultvalue, 'DD', '<<DD>>') where defaultvalue like "%DD%" and defaultvalue not like "%<<DD>>%"; >+update marc_subfield_structure set defaultvalue=REPLACE(defaultvalue, 'user', '<<USER>>') where defaultvalue like "%user%" and defaultvalue not like "%<<USER>>%"; >-- >2.7.4
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 7045
:
5922
|
5923
|
5924
|
5925
|
5926
|
5927
|
5928
|
5929
|
5931
|
5932
|
54496
|
54497
|
54500
|
54501
|
54669
| 54670