Bugzilla – Attachment 37728 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]
Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
Bug-13984-Add-atomic-update---Insert-pref-Cardnumb.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2015-04-13 11:31:06 UTC
(
hide
)
Description:
Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-13 11:31:06 UTC
Size:
1.02 KB
patch
obsolete
>From 58427eda17ccbde78b29b3cffbe901d52a42f08a 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] Bug 13984: Add atomic update - Insert pref CardnumberLength > if not exists > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../mysql/atomicupdate/bug_13984-add-CardnumberLength_unless_exists.sql | 1 + > 1 file changed, 1 insertion(+) > 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'); >-- >2.1.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 13984
:
37723
|
37727
|
37728
|
38029
|
38030