[Koha-cvs] CVS: koha/misc koha.mysql,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 21 19:10:53 CEST 2004


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

Modified Files:
	koha.mysql 
Log Message:
koha.mysql in 2.0 by default. Cleaning of updatedatabase should be the next thing to do
upgrade will ONLY be from 2.0 to 2.2
thus, users in 1.2 should upgrade to 2.0, then 2.2

Index: koha.mysql
===================================================================
RCS file: /cvsroot/koha/koha/misc/koha.mysql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** koha.mysql	4 Dec 2003 12:07:08 -0000	1.6
--- koha.mysql	21 Jun 2004 17:10:51 -0000	1.7
***************
*** 1,835 ****
- # MySQL dump 8.22
  #
! # Host: localhost    Database: dombes
! #-------------------------------------------------------
! # Server version	3.23.52-log
! 
! #
! # Table structure for table 'accountlines'
! #
! 
[...1928 lines suppressed...]
! # --------------------------------------------------------
! 
! #
! # Structure de la table `z3950servers`
! #
! 
! CREATE TABLE z3950servers (
!   host varchar(255) default NULL,
!   port int(11) default NULL,
!   db varchar(255) default NULL,
!   userid varchar(255) default NULL,
!   password varchar(255) default NULL,
!   name text,
!   id int(11) NOT NULL auto_increment,
!   checked smallint(6) default NULL,
!   rank int(11) default NULL,
!   syntax varchar(80) default NULL,
!   PRIMARY KEY  (id)
! ) TYPE=MyISAM;
  





More information about the Koha-cvs mailing list