From 1b16b560f4b2fcc01298360cc7306b855e4f5423 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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