Bugzilla – Attachment 113800 Details for
Bug 26947
kohastructure.sql should be updated for each release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26947: Replace double quotes from comments
Bug-26947-Replace-double-quotes-from-comments.patch (text/plain), 3.07 KB, created by
Jonathan Druart
on 2020-11-19 10:11:11 UTC
(
hide
)
Description:
Bug 26947: Replace double quotes from comments
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-19 10:11:11 UTC
Size:
3.07 KB
patch
obsolete
>From 1b16b560f4b2fcc01298360cc7306b855e4f5423 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Nov 2020 11:09:54 +0100 >Subject: [PATCH] Bug 26947: Replace double quotes from comments > >--- > installer/data/mysql/kohastructure.sql | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 1cc49f9277..7f988c2426 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -939,7 +939,7 @@ CREATE TABLE `itemtypes` ( -- defines the item types > imageurl varchar(200) default NULL COMMENT "URL for the item type icon", > summary MEDIUMTEXT COMMENT "information from the summary field, may include HTML", > checkinmsg VARCHAR(255) COMMENT "message that is displayed when an item with the given item type is checked in", >- checkinmsgtype CHAR(16) DEFAULT 'message' NOT NULL COMMENT "type (CSS class) for the checkinmsg, can be "alert" or "message"", >+ checkinmsgtype CHAR(16) DEFAULT 'message' NOT NULL COMMENT "type (CSS class) for the checkinmsg, can be 'alert' or 'message'", > sip_media_type VARCHAR(3) DEFAULT NULL COMMENT "SIP2 protocol media type for this itemtype", > hideinopac tinyint(1) NOT NULL DEFAULT 0 COMMENT "Hide the item type from the search options in OPAC", > searchcategory varchar(80) default NULL COMMENT "Group this item type with others with the same value on OPAC search options", >@@ -3904,7 +3904,7 @@ DROP TABLE IF EXISTS courses; > CREATE TABLE `courses` ( > `course_id` int(11) NOT NULL AUTO_INCREMENT COMMENT "unique id for the course", > `department` varchar(80) DEFAULT NULL COMMENT "the authorised value for the DEPARTMENT", >- `course_number` varchar(255) DEFAULT NULL COMMENT "the "course number" assigned to a course", >+ `course_number` varchar(255) DEFAULT NULL COMMENT "the 'course number' assigned to a course", > `section` varchar(255) DEFAULT NULL COMMENT "the 'section' of a course", > `course_name` varchar(255) DEFAULT NULL COMMENT "the name of the course", > `term` varchar(80) DEFAULT NULL COMMENT "the authorised value for the TERM", >@@ -4413,7 +4413,7 @@ CREATE TABLE library_groups ( > branchcode VARCHAR(10) NULL DEFAULT NULL COMMENT "The branchcode of a branch belonging to the parent group", > title VARCHAR(100) NULL DEFAULT NULL COMMENT "Short description of the goup", > description MEDIUMTEXT NULL DEFAULT NULL COMMENT "Longer explanation of the group, if necessary", >- ft_hide_patron_info tinyint(1) NOT NULL DEFAULT 0 COMMENT "Turn on the feature "Hide patron's info" for this group", >+ ft_hide_patron_info tinyint(1) NOT NULL DEFAULT 0 COMMENT "Turn on the feature 'Hide patron's info' for this group", > ft_search_groups_opac tinyint(1) NOT NULL DEFAULT 0 COMMENT "Use this group for staff side search groups", > ft_search_groups_staff tinyint(1) NOT NULL DEFAULT 0 COMMENT "Use this group for opac side search groups", > ft_local_hold_group tinyint(1) NOT NULL DEFAULT 0 COMMENT "Use this group to identify libraries as pick up location for holds", >-- >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 26947
:
113603
|
113794
|
113799
|
113800
|
113802
|
113803
|
113804
|
113805
|
113989
|
114021
|
114022
|
114023
|
114024
|
114025
|
114195
|
114196
|
114197
|
114198
|
114199
|
114201
|
115065
|
115066
|
115067
|
115068
|
115069
|
115070
|
115073