Bugzilla – Attachment 82297 Details for
Bug 15836
Labels: Offer configuration option for splitting call numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15836: Fix DB structure
Bug-15836-Fix-DB-structure.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2018-11-13 15:06:17 UTC
(
hide
)
Description:
Bug 15836: Fix DB structure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-11-13 15:06:17 UTC
Size:
1.09 KB
patch
obsolete
>From 67fc47cd032d5266875160a31219f6a136e04169 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Nov 2018 16:22:32 -0300 >Subject: [PATCH] Bug 15836: Fix DB structure > >That was a leftover from the first approach, this table must not be >modified! > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/kohastructure.sql | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index e554e24573..c3c9570a29 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -438,8 +438,6 @@ CREATE TABLE `class_sort_rules` ( > `class_sort_rule` varchar(10) NOT NULL default '', > `description` LONGTEXT, > `sort_routine` varchar(30) NOT NULL default '', >- `split_routine` varchar(30) NOT NULL default '', >- `split_regex` varchar(255) NOT NULL default '', > PRIMARY KEY (`class_sort_rule`), > UNIQUE KEY `class_sort_rule_idx` (`class_sort_rule`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; >-- >2.11.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 15836
:
76691
|
76692
|
76693
|
76694
|
76695
|
76696
|
77061
|
77079
|
77306
|
78791
|
78793
|
78795
|
78796
|
78798
|
78799
|
79029
|
80339
|
80340
|
80341
|
80342
|
80343
|
80344
|
80345
|
80346
|
80347
|
80548
|
80549
|
80550
|
80551
|
80552
|
80553
|
80554
|
80555
|
80556
|
81033
|
81034
|
81035
|
81036
|
81037
|
81038
|
81039
|
81040
|
81041
|
81627
|
81628
|
81629
|
81630
|
81631
|
81632
|
81633
|
81634
|
81635
|
82110
|
82112
|
82113
|
82118
|
82119
|
82120
|
82289
|
82290
|
82291
|
82292
|
82293
|
82294
|
82295
|
82296
| 82297 |
82298
|
82299
|
82300
|
82301
|
82302
|
82317
|
82318
|
82319
|
82321