From 0cd1f0f16b05404645eb8e5a392bdd0114f987ee Mon Sep 17 00:00:00 2001 From: kados Date: Thu, 20 Jul 2006 14:57:59 +0000 Subject: [PATCH] adding support for subclass and itemcallnumber --- barcodes/create_labels_conf_table.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/barcodes/create_labels_conf_table.sql b/barcodes/create_labels_conf_table.sql index 9fa8040f89..67f74603cd 100644 --- a/barcodes/create_labels_conf_table.sql +++ b/barcodes/create_labels_conf_table.sql @@ -18,6 +18,8 @@ CREATE TABLE `labels_conf` ( `barcode` tinyint(1) default '0', `dewey` tinyint(1) default '0', `class` tinyint(1) default '0', + `subclass` tinyint(1) default '0', + `itemcallnumber` tinyint(1) default '0', `author` tinyint(1) default '0', `papertype` char(100) default '', `startrow` int(2) default NULL, -- 2.39.5