Bugzilla – Attachment 75362 Details for
Bug 11844
Additional fields for order lines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11844: Update kohastructure.sql
Bug-11844-Update-kohastructuresql.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2018-05-16 11:55:18 UTC
(
hide
)
Description:
Bug 11844: Update kohastructure.sql
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-05-16 11:55:18 UTC
Size:
1.10 KB
patch
obsolete
>From 21c66d3a86b3df0460205f6cbc8679483b202f2f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 16 May 2018 13:54:26 +0200 >Subject: [PATCH] Bug 11844: Update kohastructure.sql > >--- > installer/data/mysql/kohastructure.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index f7970c051f..05ee835a19 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -3662,6 +3662,7 @@ CREATE TABLE `additional_fields` ( > `name` varchar(255) NOT NULL DEFAULT '', -- name of the field > `authorised_value_category` varchar(16) NOT NULL DEFAULT '', -- is an authorised value category > `marcfield` varchar(16) NOT NULL DEFAULT '', -- contains the marc field to copied into the record >+ marcfield_mode ENUM('get', 'set') NOT NULL DEFAULT 'get', -- get value from MARC field or save value into MARC field > `searchable` tinyint(1) NOT NULL DEFAULT '0', -- is the field searchable? > PRIMARY KEY (`id`), > UNIQUE KEY `fields_uniq` (`tablename` (191),`name` (191)) >-- >2.14.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 11844
:
25632
|
25638
|
41859
|
41860
|
45674
|
45675
|
45676
|
45758
|
45915
|
45916
|
45917
|
53614
|
53615
|
53616
|
53618
|
53619
|
55529
|
75332
|
75362
|
141116
|
145517
|
145535
|
145536
|
145540
|
146497
|
146500
|
146501
|
146502
|
146503
|
146504
|
146505
|
146506
|
148889
|
148895
|
148897
|
149081
|
149082
|
149083
|
149084
|
149085
|
149086
|
149087
|
149088
|
149089
|
149090
|
149091
|
149682
|
149683
|
149684
|
149685
|
149686
|
149687
|
149688
|
149689
|
149690
|
149691
|
149692
|
150537
|
150538
|
150539
|
150540
|
150541
|
150542
|
150543
|
150544
|
150545
|
150546
|
150547
|
150548
|
151220
|
151221
|
151222
|
151223
|
151224
|
151225
|
151226
|
151227
|
151228
|
151229
|
151230
|
151366