Bugzilla – Attachment 128444 Details for
Bug 29605
DB structure may not be synced with kohastructure.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29605: language_script_mapping.language_subtag cannot be null
Bug-29605-languagescriptmappinglanguagesubtag-cann.patch (text/plain), 1.19 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-12-13 11:16:05 UTC
(
hide
)
Description:
Bug 29605: language_script_mapping.language_subtag cannot be null
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-12-13 11:16:05 UTC
Size:
1.19 KB
patch
obsolete
>From 99701e2e47d6f26f8c7fb8e59fd12066464e2b10 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 2 Dec 2021 12:48:28 +0100 >Subject: [PATCH] Bug 29605: language_script_mapping.language_subtag cannot be > null > >It's a PK now > >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 8a2c488ac1..43a5a04acf 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3259,7 +3259,7 @@ DROP TABLE IF EXISTS `language_script_mapping`; > /*!40101 SET @saved_cs_client = @@character_set_client */; > /*!40101 SET character_set_client = utf8 */; > CREATE TABLE `language_script_mapping` ( >- `language_subtag` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL, >+ `language_subtag` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL, > `script_subtag` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL, > PRIMARY KEY `language_subtag` (`language_subtag`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; >-- >2.34.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 29605
:
128113
|
128114
|
128152
|
128153
|
128154
|
128155
|
128156
|
128157
|
128158
|
128239
|
128313
|
128314
|
128437
|
128438
|
128439
|
128440
|
128441
|
128442
|
128443
|
128444
|
128445
|
128483
|
129153
|
129154
|
129155
|
129156
|
129157
|
129158
|
129159
|
129160
|
129161