From 6a6b8960d5cf759566cfafb4ed95db76379c422c Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Fri, 17 Aug 2007 18:47:24 -0500 Subject: [PATCH] updating labels_conf table with extra koha columns Signed-off-by: Joshua Ferraro Signed-off-by: Chris Cormack --- installer/kohastructure.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/installer/kohastructure.sql b/installer/kohastructure.sql index 908ad31544..d7e06f8cf1 100644 --- a/installer/kohastructure.sql +++ b/installer/kohastructure.sql @@ -934,7 +934,11 @@ CREATE TABLE `labels_conf` ( `author` tinyint(1) default 0, `papertype` char(100) default '', `startrow` int(2) default NULL, - PRIMARY KEY (`id`) + `subclass` tinyint(1) default '0', + `itemcallnumber` tinyint(1) default '0', + `printingtype` char(10) default NULL, + `guidebox` tinyint(1) default NULL, + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- 2.39.5