View | Details | Raw Unified | Return to bug 20256
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 4203-4209 CREATE TABLE library_groups ( Link Here
4203
    title VARCHAR(100) NULL DEFAULT NULL,     -- Short description of the goup
4203
    title VARCHAR(100) NULL DEFAULT NULL,     -- Short description of the goup
4204
    description MEDIUMTEXT NULL DEFAULT NULL,    -- Longer explanation of the group, if necessary
4204
    description MEDIUMTEXT NULL DEFAULT NULL,    -- Longer explanation of the group, if necessary
4205
    ft_hide_patron_info tinyint(1) NOT NULL DEFAULT 0, -- Turn on the feature "Hide patron's info" for this group
4205
    ft_hide_patron_info tinyint(1) NOT NULL DEFAULT 0, -- Turn on the feature "Hide patron's info" for this group
4206
    ft_limit_item_editing tinyint(1) NOT NULL DEFAULT 0, -- Turn on the feature "Hide patron's info" for this group
4206
    ft_limit_item_editing tinyint(1) NOT NULL DEFAULT 0, -- Turn on the feature "Limit item editing" for this group
4207
    ft_search_groups_opac tinyint(1) NOT NULL DEFAULT 0, -- Use this group for staff side search groups
4207
    ft_search_groups_opac tinyint(1) NOT NULL DEFAULT 0, -- Use this group for staff side search groups
4208
    ft_search_groups_staff tinyint(1) NOT NULL DEFAULT 0, -- Use this group for opac side search groups
4208
    ft_search_groups_staff tinyint(1) NOT NULL DEFAULT 0, -- Use this group for opac side search groups
4209
    created_on TIMESTAMP NULL,             -- Date and time of creation
4209
    created_on TIMESTAMP NULL,             -- Date and time of creation
4210
- 

Return to bug 20256