Bugzilla – Attachment 44094 Details for
Bug 14100
Add base to make item types, branch names, sysprefs values and authorised values translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14100: (QA followup) fix wrong comment in kohastructure.sql
Bug-14100-QA-followup-fix-wrong-comment-in-kohastr.patch (text/plain), 1.13 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-27 15:52:47 UTC
(
hide
)
Description:
Bug 14100: (QA followup) fix wrong comment in kohastructure.sql
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-27 15:52:47 UTC
Size:
1.13 KB
patch
obsolete
>From 7d0ec7be458c4d7663150d395b573b17b85da3cf Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 27 Oct 2015 12:50:32 -0300 >Subject: [PATCH] Bug 14100: (QA followup) fix wrong comment in > kohastructure.sql > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 593d96b..d8eb8ae 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3572,7 +3572,7 @@ CREATE TABLE `localization` ( > localization_id int(11) NOT NULL AUTO_INCREMENT, > entity varchar(16) COLLATE utf8_unicode_ci NOT NULL, > code varchar(64) COLLATE utf8_unicode_ci NOT NULL, >- lang varchar(25) COLLATE utf8_unicode_ci NOT NULL, --could be a foreign key >+ lang varchar(25) COLLATE utf8_unicode_ci NOT NULL, -- could be a foreign key > translation text COLLATE utf8_unicode_ci, > PRIMARY KEY (localization_id), > UNIQUE KEY `entity_code_lang` (`entity`,`code`,`lang`) >-- >2.6.2
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 14100
:
38727
|
40917
|
40965
|
41654
|
41659
|
41660
|
42525
|
42526
|
43110
|
43111
|
43365
|
43366
|
43367
|
43368
|
43369
|
43370
|
43394
|
43395
|
43396
|
43577
|
43602
|
43603
|
43604
|
43605
|
43606
|
43613
|
44085
|
44086
|
44087
|
44088
|
44089
|
44090
| 44094 |
44108
|
44109
|
44119
|
44151