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.26,1.27


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.26,1.27
Date: Tue, 26 Nov 2002 07:04:56 -0800

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

Modified Files:
        updatedatabase 
Log Message:
road to 1.3.2. Updating db structure during installation

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** updatedatabase      12 Nov 2002 17:42:40 -0000      1.26
--- updatedatabase      26 Nov 2002 15:04:54 -0000      1.27
***************
*** 100,105 ****
                                                                ip char(18) NOT 
NULL default '',
                                                                url text NOT 
NULL default ''  )",
!       bibliothesaurus=> "( CREATE TABLE bibliothesaurus (
!                                                       id bigint(20) NOT NULL 
auto_increment,
                                                        freelib char(255) NOT 
NULL default '',
                                                        stdlib char(255) NOT 
NULL default '',
--- 100,104 ----
                                                                ip char(18) NOT 
NULL default '',
                                                                url text NOT 
NULL default ''  )",
!       bibliothesaurus=> "( id bigint(20) NOT NULL auto_increment,
                                                        freelib char(255) NOT 
NULL default '',
                                                        stdlib char(255) NOT 
NULL default '',
***************
*** 169,172 ****
--- 168,172 ----
                                        repeatable tinyint(4) NOT NULL default 
'0',
                                        mandatory tinyint(4) NOT NULL default 
'0',
+                                       authorised_value char(10) default NULL,
                                        PRIMARY KEY  (tagfield)
                                        )",
***************
*** 527,530 ****
--- 527,533 ----
  
  # $Log$
+ # Revision 1.27  2002/11/26 15:04:54  tipaul
+ # road to 1.3.2. Updating db structure during installation
+ #
  # Revision 1.26  2002/11/12 17:42:40  tonnesen
  # Merged some features over from rel-1-2, including primary key checking.




reply via email to

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