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.33,1.34


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.33,1.34
Date: Thu, 23 Jan 2003 04:30:05 -0800

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv9190/updater

Modified Files:
        updatedatabase 
Log Message:
introducint marcflavour in systempref file : used for character decoding

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** updatedatabase      21 Jan 2003 09:03:27 -0000      1.33
--- updatedatabase      23 Jan 2003 12:30:02 -0000      1.34
***************
*** 187,194 ****
                                KEY sndx_word (sndx_word)
                        )",
!       marc_breeding =>"( file varchar(80) NOT NULL default '',
                                                                isbn 
varchar(10) NOT NULL default '',
                                                                marc text NOT 
NULL,
!                                                               PRIMARY KEY  
(isbn)
                                                                )",
        authorised_values => "(id int(11) NOT NULL auto_increment,
--- 187,199 ----
                                KEY sndx_word (sndx_word)
                        )",
!       marc_breeding =>"(  id bigint(20) NOT NULL auto_increment,
!                                                               file 
varchar(80) NOT NULL default '',
                                                                isbn 
varchar(10) NOT NULL default '',
+                                                               title 
varchar(128) default NULL,
+                                                               author 
varchar(80) default NULL,
                                                                marc text NOT 
NULL,
!                                                               PRIMARY KEY  
(id),
!                                                               KEY title 
(title),
!                                                               KEY isbn (isbn)
                                                                )",
        authorised_values => "(id int(11) NOT NULL auto_increment,
***************
*** 268,271 ****
--- 273,277 ----
        { uniquefieldrequired => 'variable', variable => 'timeout', value => 
'12000000', explanation => 'login timeout' },
        { uniquefieldrequired => 'variable', variable => 'marc', value => 'ON', 
explanation => 'MARC support (ON or OFF)' },
+       { uniquefieldrequired => 'variable', variable => 'marcflavour', value 
=> 'MARC21', explanation => 'your MARC flavor (MARC21 or UNIMARC) used for 
character encoding' },
      ],
  
***************
*** 533,536 ****
--- 539,545 ----
  
  # $Log$
+ # Revision 1.34  2003/01/23 12:30:02  tipaul
+ # introducint marcflavour in systempref file : used for character decoding
+ #
  # Revision 1.33  2003/01/21 09:03:27  tipaul
  # bugfix (NOTE : this bugs makes installation of the 1.3.3 a little fuzzy. 
Please fix your DB if you installed 1.3.3)




reply via email to

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