Bugzilla – Attachment 38030 Details for
Bug 13984
CardnumberLength missing in sysprefs.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
PASSED-QA-Bug-13984-Add-atomic-update---Insert-pre.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2015-04-17 10:50:58 UTC
(
hide
)
Description:
[PASSED QA] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-17 10:50:58 UTC
Size:
1.09 KB
patch
obsolete
>From d4b379426a5c7cddf94ed9787ad002b342bc0b88 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 13 Apr 2015 13:30:03 +0200 >Subject: [PATCH] [PASSED QA] Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > ...ug_13984-add-CardnumberLength_unless_exists.sql | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_13984-add-CardnumberLength_unless_exists.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_13984-add-CardnumberLength_unless_exists.sql b/installer/data/mysql/atomicupdate/bug_13984-add-CardnumberLength_unless_exists.sql >new file mode 100644 >index 0000000..8b294df >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_13984-add-CardnumberLength_unless_exists.sql >@@ -0,0 +1 @@ >+INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('CardnumberLength', '', '', 'Set a length for card numbers.', 'Free'); >-- >1.7.2.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 13984
:
37723
|
37727
|
37728
|
38029
| 38030