[Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.6,1.100.2.7

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Aug 26 14:28:59 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	updatedatabase 
Log Message:
Adding a test on a temporary value before processing it in Biblio.pm
Adding branchcode fields to aqbookfund and aqbasket.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.6
retrieving revision 1.100.2.7
diff -C2 -r1.100.2.6 -r1.100.2.7
*** updatedatabase	24 Aug 2005 09:02:25 -0000	1.100.2.6
--- updatedatabase	26 Aug 2005 12:28:57 -0000	1.100.2.7
***************
*** 369,372 ****
--- 369,381 ----
  							KEY biblionumber (biblionumber)
  						)",
+ 	action_logs			=> "(
+ 												`timestamp` TIMESTAMP NOT NULL ,
+ 												`user` INT( 11 ) NOT NULL ,
+ 												`module` TEXT default '',
+ 												`action` TEXT default '' ,
+ 												`object` INT(11) default '' ,
+ 												`info` TEXT default '' ,
+ 												PRIMARY KEY ( `timestamp` , `user` )
+ 									 )",
  );
  
***************
*** 403,408 ****
      aqorders => { 'budgetdate' => 'date',
  				'sort1' => 'char(80)',
! 				'sort2' => 'char(80)', },
!     aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key'},
      items => {'paidfor' => 'text', 'location' => 'char(80)'},
  
--- 412,420 ----
      aqorders => { 'budgetdate' => 'date',
  				'sort1' => 'char(80)',
! 				'sort2' => 'char(80)',
! },
!     aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key',
! 					 'branchcode' => 'varchar(4)',},
!     aqbookfund => { 'branchcode' => 'varchar(4)',},
      items => {'paidfor' => 'text', 'location' => 'char(80)'},
  
***************
*** 889,893 ****
              uniquefieldrequired => 'variable',
              variable            => 'IndependantBranches',
!             value               => 0,
              forceupdate         => { 'explanation' => 1,
                                       'type' => 1},
--- 901,905 ----
              uniquefieldrequired => 'variable',
              variable            => 'IndependantBranches',
!             value               => '0',
              forceupdate         => { 'explanation' => 1,
                                       'type' => 1},
***************
*** 898,902 ****
              uniquefieldrequired => 'variable',
              variable            => 'ReturnBeforeExpiry',
!             value               => 'Off',
              forceupdate         => { 'explanation' => 1,
                                       'type' => 1},
--- 910,914 ----
              uniquefieldrequired => 'variable',
              variable            => 'ReturnBeforeExpiry',
!             value               => '0',
              forceupdate         => { 'explanation' => 1,
                                       'type' => 1},
***************
*** 904,907 ****
--- 916,928 ----
              type                => 'YesNo',
          },
+ 		{
+             uniquefieldrequired => 'variable',
+             variable            => 'Activate_Log',
+             value               => '0',
+             forceupdate         => { 'explanation' => 1,
+                                      'type' => 1},
+             explanation         => 'Turn Log Actions on DB On an Off',
+             type                => 'YesNo',
+         },
  
      ],
***************
*** 1500,1503 ****
--- 1521,1528 ----
  
  # $Log$
+ # Revision 1.100.2.7  2005/08/26 12:28:57  hdl
+ # Adding a test on a temporary value before processing it in Biblio.pm
+ # Adding branchcode fields to aqbookfund and aqbasket.
+ #
  # Revision 1.100.2.6  2005/08/24 09:02:25  hdl
  # Adding a notes field into serial table.





More information about the Koha-cvs mailing list