[Koha-cvs] CVS: koha/updater updatedatabase,1.108,1.109

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jul 19 18:48:18 CEST 2005


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

Modified Files:
	updatedatabase 
Log Message:
Adding an object field to action_logs.
+ Minor Correction to updatedatabase
Changing Activate_Log from choice to YesNo Variable.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -r1.108 -r1.109
*** updatedatabase	15 Jul 2005 16:10:35 -0000	1.108
--- updatedatabase	19 Jul 2005 16:48:16 -0000	1.109
***************
*** 389,392 ****
--- 389,393 ----
  				    `module` TEXT default '',
  				    `action` TEXT default '' ,
+ 				    `object` INT(11) default '' ,
  				    `info` TEXT default '' ,
  				    PRIMARY KEY ( `timestamp` , `user` )
***************
*** 912,922 ****
          {
              uniquefieldrequired => 'variable',
!             variable            => 'Acitvate_Log',
              value               => 'On',
  	    forceupdate		=> { 'explanation' => 1,
  	    			     'type' => 1},
              explanation         => 'Turn Log Actions on DB On an Off',
! 	    type		=> 'Choice',
! 	    options		=> 'On|Off'
          },
      ],
--- 913,922 ----
          {
              uniquefieldrequired => 'variable',
!             variable            => 'Activate_Log',
              value               => 'On',
  	    forceupdate		=> { 'explanation' => 1,
  	    			     'type' => 1},
              explanation         => 'Turn Log Actions on DB On an Off',
! 	    type		=> 'YesNo',
          },
      ],
***************
*** 1521,1524 ****
--- 1521,1529 ----
  
  # $Log$
+ # Revision 1.109  2005/07/19 16:48:16  hdl
+ # Adding an object field to action_logs.
+ # + Minor Correction to updatedatabase
+ # Changing Activate_Log from choice to YesNo Variable.
+ #
  # Revision 1.108  2005/07/15 16:10:35  hdl
  # Adding Log Facility.





More information about the Koha-cvs mailing list