Bugzilla – Attachment 74103 Details for
Bug 19882
Add Novelist Select staff client profile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19882: (follow-up) Add 'IGNORE' in DB update
Bug-19882-follow-up-Add-IGNORE-in-DB-update.patch (text/plain), 1.32 KB, created by
Nick Clemens (kidclamp)
on 2018-04-12 13:52:20 UTC
(
hide
)
Description:
Bug 19882: (follow-up) Add 'IGNORE' in DB update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-04-12 13:52:20 UTC
Size:
1.32 KB
patch
obsolete
>From 87a4b83c95cad8648b6d71b27a852c97e5e6007c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 12 Apr 2018 13:51:17 +0000 >Subject: [PATCH] Bug 19882: (follow-up) Add 'IGNORE' in DB update > >--- > .../mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl b/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl >index 4109085..4595cf5 100644 >--- a/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl >+++ b/installer/data/mysql/atomicupdate/bug_19882_Add_novelist_staff_client_profile.perl >@@ -1,6 +1,6 @@ > $DBversion = 'XXX'; # will be replaced by the RM > if( CheckVersion( $DBversion ) ) { >- $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectStaffProfile',NULL,'Novelist staff client user Profile',NULL,'free')"); >+ $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectStaffProfile',NULL,'Novelist staff client user Profile',NULL,'free')"); > > SetVersion( $DBversion ); > print "Upgrade to $DBversion done (Bug 19882 - Add Novelist Staff Client Profile)\n"; >-- >2.1.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 19882
:
70171
|
72718
|
72882
|
72918
|
74084
| 74103 |
74239