[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_2_2]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_2_2] |
Date: |
Wed, 11 Jul 2007 13:15:48 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Mason James <sushi> 07/07/11 13:15:48
Modified files:
updater : updatedatabase
Log message:
oops, removing existing 'labels' table def.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_2_2&r1=1.100.2.63&r2=1.100.2.64
Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.63
retrieving revision 1.100.2.64
diff -u -b -r1.100.2.63 -r1.100.2.64
--- updatedatabase 11 Jul 2007 10:54:59 -0000 1.100.2.63
+++ updatedatabase 11 Jul 2007 13:15:48 -0000 1.100.2.64
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.63 2007/07/11 10:54:59 sushi Exp $
+# $Id: updatedatabase,v 1.100.2.64 2007/07/11 13:15:48 sushi Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -383,11 +383,7 @@
numberpattern varchar(100) default null,
PRIMARY KEY (routingid)
)",
- labels => "(labelid int(11) NOT NULL auto_increment,
- itemnumber varchar(100) NOT NULL default '',
- timestamp timestamp(14) NOT NULL,
- PRIMARY KEY (labelid)
- )",
+
labels => "(`
labelid` int(11) NOT NULL auto_increment,
batch_id varchar(10) NOT NULL default '1',
@@ -2358,6 +2354,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.64 2007/07/11 13:15:48 sushi
+# oops, removing existing 'labels' table def.
+#
# Revision 1.100.2.63 2007/07/11 10:54:59 sushi
# updating 3 labels* tables for new barcodes work.
#