Bugzilla – Attachment 77722 Details for
Bug 11297
Add support for custom PQF attributes for Z39.50 server searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11297 - Add atomicupdate patch and modify kohastructure.sql
Bug-11297---Add-atomicupdate-patch-and-modify-koha.patch (text/plain), 1.75 KB, created by
Charles Farmer
on 2018-08-10 21:29:43 UTC
(
hide
)
Description:
Bug 11297 - Add atomicupdate patch and modify kohastructure.sql
Filename:
MIME Type:
Creator:
Charles Farmer
Created:
2018-08-10 21:29:43 UTC
Size:
1.75 KB
patch
obsolete
>From 925bcbcc735827252ba0bb94d9475588d9842683 Mon Sep 17 00:00:00 2001 >From: Charles Farmer <charles.farmer@inLibro.com> >Date: Wed, 21 Feb 2018 15:12:42 -0500 >Subject: [PATCH] Bug 11297 - Add atomicupdate patch and modify > kohastructure.sql > >--- > installer/data/mysql/atomicupdate/Bug11297_z3950servers_attributes.sql | 1 + > installer/data/mysql/kohastructure.sql | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/Bug11297_z3950servers_attributes.sql > >diff --git a/installer/data/mysql/atomicupdate/Bug11297_z3950servers_attributes.sql b/installer/data/mysql/atomicupdate/Bug11297_z3950servers_attributes.sql >new file mode 100644 >index 0000000..a4e56e5 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/Bug11297_z3950servers_attributes.sql >@@ -0,0 +1 @@ >+ ALTER TABLE z3950servers ADD COLUMN attributes VARCHAR(255) after add_xslt; >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 92b8635..08b8f34 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2321,6 +2321,7 @@ CREATE TABLE `z3950servers` ( -- connection information for the Z39.50 targets u > `sru_options` varchar(255) default NULL, -- options like sru=get, sru_version=1.1; will be passed to the server via ZOOM > `sru_fields` LONGTEXT default NULL, -- contains the mapping between the Z3950 search fields and the specific SRU server indexes > `add_xslt` LONGTEXT default NULL, -- zero or more paths to XSLT files to be processed on the search results >+ `attributes` VARCHAR(255) default NULL, -- additional attributes passed to PQF queries > PRIMARY KEY (`id`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; > >-- >2.7.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 11297
:
23144
|
23145
|
40829
|
40889
|
48649
|
50415
|
50416
|
50420
|
50954
|
59448
|
62938
|
62939
|
70190
|
70191
|
70192
|
70193
|
70194
|
70195
|
70196
|
71992
|
71993
|
71994
|
72061
|
72062
|
72063
|
77718
|
77719
|
77720
|
77721
|
77722
|
77723
|
78294
|
78295
|
78296
|
78297
|
80372
|
80496
|
80497
|
80498
|
80499
|
81328
|
81342
|
81343
|
81344
|
81345
|
81346
|
92719
|
92720
|
92721
|
92722
|
98598
|
98599
|
98600
|
98601
|
99227
|
99228
|
99229
|
99230
|
99231