From e04d863802c8e5ac7d26738b592ea14bf4c44300 Mon Sep 17 00:00:00 2001 From: plg Date: Tue, 18 Apr 2006 09:34:15 +0000 Subject: [PATCH] bug fixed: typo fixed in labels and labels_conf tables creation query. --- updater/updatedatabase | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index ca89b81c3d..e912758349 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -370,7 +370,7 @@ my %requiretables = ( labels => "(labelid int(11) NOT NULL auto_increment, itemnumber varchar(100) NOT NULL default '', timestamp timestamp(14) NOT NULL, - PRIMARY KEY (labelid), + PRIMARY KEY (labelid) )", labels_conf => "(id int(4) NOT NULL auto_increment, barcodetype char(100) default '', @@ -383,7 +383,7 @@ my %requiretables = ( author tinyint(1) default '0', papertype char(100) default '', startrow int(2) default NULL, - PRIMARY KEY (id), + PRIMARY KEY (id) )", ); @@ -2054,6 +2054,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.40 2006/04/18 09:34:15 plg +# bug fixed: typo fixed in labels and labels_conf tables creation query. +# # Revision 1.100.2.39 2006/04/17 21:19:52 sushi # Added labels, and label_conf tables for spine labels tool. # -- 2.39.5