koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/updater updatedatabase,1.87,1.88


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.87,1.88
Date: Sat, 26 Jun 2004 16:34:28 -0700

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25996

Modified Files:
        updatedatabase 
Log Message:
Fixing typo 


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** updatedatabase      23 Jun 2004 13:03:09 -0000      1.87
--- updatedatabase      26 Jun 2004 23:34:26 -0000      1.88
***************
*** 844,848 ****
        $dbh->do("alter table categoryitem rename issuingrules");
        $dbh->do("ALTER TABLE issuingrules ADD maxissueqty int(4) default 
NULL");
!       $dbh->do("ALTER TABLE issuingrules ADD issuelength int(4) detault 
NULL");
        $dbh->do("ALTER TABLE issuingrules ADD branchcode varchar(4) NOT NULL 
default ''");
        print "renaming categoryitem\n" unless $silent;
--- 844,848 ----
        $dbh->do("alter table categoryitem rename issuingrules");
        $dbh->do("ALTER TABLE issuingrules ADD maxissueqty int(4) default 
NULL");
!       $dbh->do("ALTER TABLE issuingrules ADD issuelength int(4) default 
NULL");
        $dbh->do("ALTER TABLE issuingrules ADD branchcode varchar(4) NOT NULL 
default ''");
        print "renaming categoryitem\n" unless $silent;
***************
*** 1246,1249 ****
--- 1246,1252 ----
  
  # $Log$
+ # Revision 1.88  2004/06/26 23:34:26  rangi
+ # Fixing typo
+ #
  # Revision 1.87  2004/06/23 13:03:09  tipaul
  # fixes in DB structure




reply via email to

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