Bugzilla – Attachment 51837 Details for
Bug 16585
Update Italian installer sample files for 16.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup of the patch
0002-Bug-16585-Follow-up-for-the-patch.patch (text/plain), 1.66 KB, created by
Zeno Tajoli
on 2016-05-26 13:18:47 UTC
(
hide
)
Description:
Followup of the patch
Filename:
MIME Type:
Creator:
Zeno Tajoli
Created:
2016-05-26 13:18:47 UTC
Size:
1.66 KB
patch
obsolete
>From ac3147a38022303cc732164df8432040e3dbf127 Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Thu, 26 May 2016 15:09:02 +0200 >Subject: [PATCH 2/2] [Bug 16585] Follow-up for the patch > >There are errors in SQL defitions of sample_*.sql files >--- > installer/data/mysql/it-IT/necessari/sample_frequencies.sql | 2 +- > installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/it-IT/necessari/sample_frequencies.sql b/installer/data/mysql/it-IT/necessari/sample_frequencies.sql >index 47391f0..f30b53d 100644 >--- a/installer/data/mysql/it-IT/necessari/sample_frequencies.sql >+++ b/installer/data/mysql/it-IT/necessari/sample_frequencies.sql >@@ -1,5 +1,5 @@ > INSERT INTO subscription_frequencies >- (description, unit, unitsperissue, issuesperunit, displayorder) >+ (id, description, displayorder, unit, unitsperissue, issuesperunit) > VALUES > (1,'2/giorno',1,'day',1,2), > (2,'1/giorno',2,'day',1,1), >diff --git a/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql b/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql >index 0ab8d40..293f8a3 100644 >--- a/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql >+++ b/installer/data/mysql/it-IT/necessari/sample_numberpatterns.sql >@@ -1,5 +1,5 @@ > INSERT INTO subscription_numberpatterns >- (label, displayorder, description, numberingmethod, >+ (id, label, displayorder, description, numberingmethod, > label1, add1, every1, whenmorethan1, setto1, numbering1, > label2, add2, every2, whenmorethan2, setto2, numbering2, > label3, add3, every3, whenmorethan3, setto3, numbering3) >-- >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 16585
:
51836
|
51837
|
53725
|
53882