Bugzilla – Attachment 31922 Details for
Bug 13006
suggestions.mailoverseeing is not used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13006: suggestions.mailoverseeing cans be removed
Bug-13006-suggestionsmailoverseeing-cans-be-remove.patch (text/plain), 2.88 KB, created by
Jonathan Druart
on 2014-09-29 13:55:38 UTC
(
hide
)
Description:
Bug 13006: suggestions.mailoverseeing cans be removed
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-09-29 13:55:38 UTC
Size:
2.88 KB
patch
obsolete
>From f2c0752b00f06fdcd860c00d359283603a5675ff Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 29 Sep 2014 15:54:34 +0200 >Subject: [PATCH] Bug 13006: suggestions.mailoverseeing cans be removed > >The DB field suggestions.mailoverseeing does not seem to be in used. >It cans be removed. > >Actually it has never been in used. > >Test plan: >git grep mailoverseeing >should not return relevant results. >--- > installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql | 4 ++-- > installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql b/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql >index 4cf2675..ab2dd3a 100644 >--- a/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql >+++ b/installer/data/mysql/ru-RU/optional/sample_user_suggestions.sql >@@ -1,4 +1,4 @@ > TRUNCATE suggestions; > >-INSERT INTO `suggestions` (`suggestionid`, `suggestedby`, `managedby`, `STATUS`, `note`, `author`, `title`, `copyrightdate`, `publishercode`, `date`, `volumedesc`, `publicationyear`, `place`, `isbn`, `mailoverseeing`, `biblionumber`, `reason`) >-VALUES (1,0,NULL,'ASKED','нÑжна Ð´Ð»Ñ Ð£ÐÐ','','ÐиÑÑ Ð½Ð°Ñего вÑемени',2008,'ЧаÑÑ','2008-05-01 08:02:26',NULL,NULL,NULL,NULL,0,0,NULL); >+INSERT INTO `suggestions` (`suggestionid`, `suggestedby`, `managedby`, `STATUS`, `note`, `author`, `title`, `copyrightdate`, `publishercode`, `date`, `volumedesc`, `publicationyear`, `place`, `isbn`, `biblionumber`, `reason`) >+VALUES (1,0,NULL,'ASKED','нÑжна Ð´Ð»Ñ Ð£ÐÐ','','ÐиÑÑ Ð½Ð°Ñего вÑемени',2008,'ЧаÑÑ','2008-05-01 08:02:26',NULL,NULL,NULL,NULL,0,NULL); >diff --git a/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql b/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql >index 5b5a1f1..38520d8 100644 >--- a/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql >+++ b/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql >@@ -1,4 +1,4 @@ > TRUNCATE suggestions; > >-INSERT INTO `suggestions` (`suggestionid`, `suggestedby`, `managedby`, `STATUS`, `note`, `author`, `title`, `copyrightdate`, `publishercode`, `date`, `volumedesc`, `publicationyear`, `place`, `isbn`, `mailoverseeing`, `biblionumber`, `reason`) >-VALUES (1,0,NULL,'ASKED','поÑÑÑбна Ð´Ð»Ñ Ð£ÐÐ','','ÐÑÑи наÑого ÑаÑÑ',2008,'ЧаÑ','2008-05-01 08:02:26',NULL,NULL,NULL,NULL,0,0,NULL); >+INSERT INTO `suggestions` (`suggestionid`, `suggestedby`, `managedby`, `STATUS`, `note`, `author`, `title`, `copyrightdate`, `publishercode`, `date`, `volumedesc`, `publicationyear`, `place`, `isbn`, `biblionumber`, `reason`) >+VALUES (1,0,NULL,'ASKED','поÑÑÑбна Ð´Ð»Ñ Ð£ÐÐ','','ÐÑÑи наÑого ÑаÑÑ',2008,'ЧаÑ','2008-05-01 08:02:26',NULL,NULL,NULL,NULL,0,NULL); >-- >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 13006
:
31922
|
31923
|
32342
|
32347
|
37745