Bugzilla – Attachment 98863 Details for
Bug 20307
Language overlay for authorized values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20307: Add DB column localization.interface
Bug-20307-Add-DB-column-localizationinterface.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2020-02-13 16:09:13 UTC
(
hide
)
Description:
Bug 20307: Add DB column localization.interface
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-13 16:09:13 UTC
Size:
1.64 KB
patch
obsolete
>From ede26955db3f8182aacfea536b83d034f6e606e1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Feb 2018 10:27:10 -0300 >Subject: [PATCH] Bug 20307: Add DB column localization.interface > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Michal Denar <black23@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_20307.sql | 1 + > installer/data/mysql/kohastructure.sql | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_20307.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_20307.sql b/installer/data/mysql/atomicupdate/bug_20307.sql >new file mode 100644 >index 0000000000..0655e771b8 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_20307.sql >@@ -0,0 +1 @@ >+alter table localization add column interface varchar(30) default null after entity; >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 0aa3a9b784..1f37e04e1e 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3696,6 +3696,7 @@ DROP TABLE IF EXISTS localization; > CREATE TABLE `localization` ( > localization_id int(11) NOT NULL AUTO_INCREMENT, > entity varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, >+ interface varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, > code varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, > lang varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL, -- could be a foreign key > translation MEDIUMTEXT COLLATE utf8mb4_unicode_ci, >-- >2.20.1
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 20307
:
86622
|
86623
|
86624
|
86625
|
86626
|
86627
|
89538
|
91645
|
91646
|
91647
|
91648
|
91649
|
91650
|
91651
|
91653
|
92192
|
92193
|
92359
|
92360
|
92361
|
94245
|
94246
|
94247
|
94248
|
94249
|
94250
|
94251
|
94252
|
94253
|
94254
|
94255
|
94256
|
94700
|
94701
|
94702
|
94703
|
94704
|
94705
|
94706
|
94707
|
94708
|
94709
|
94710
|
94711
|
97074
|
97075
| 98863 |
98864
|
98865
|
98866
|
98867
|
98868
|
98869
|
98870
|
98871
|
98872
|
98873
|
98874
|
98875
|
98876
|
101070
|
101450