koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/updater updatedatabase


From: Pierrick LE GALL
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Tue, 18 Apr 2006 09:36:36 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Pierrick LE GALL <address@hidden>       06/04/18 09:36:36

Modified files:
        updater        : updatedatabase 

Log message:
        bug fixed: typo fixed in labels and labels_conf tables creation query.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?tr1=1.136&tr2=1.137&r1=text&r2=text

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.136 koha/updater/updatedatabase:1.137
--- koha/updater/updatedatabase:1.136   Mon Apr 17 21:55:33 2006
+++ koha/updater/updatedatabase Tue Apr 18 09:36:36 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.136 2006/04/17 21:55:33 sushi Exp $
+# $Id: updatedatabase,v 1.137 2006/04/18 09:36:36 plg Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -149,7 +149,7 @@
                                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                => "(
@@ -164,7 +164,7 @@
                                author tinyint(1) default '0',
                                papertype char(100) default '',
                                startrow int(2) default NULL,
-                               PRIMARY KEY  (id),
+                               PRIMARY KEY  (id)
                                )",
 
 );
@@ -1528,6 +1528,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.137  2006/04/18 09:36:36  plg
+# bug fixed: typo fixed in labels and labels_conf tables creation query.
+#
 # Revision 1.136  2006/04/17 21:55:33  sushi
 # Added 'labels' and 'labels_conf' tables, for spine lable tool.
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]