phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.55,1.56 t


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.55,1.56 tables_update_0_9_14.inc.php,1.1,1.2
Date: Fri, 01 Mar 2002 06:31:02 -0500

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv13708

Modified Files:
        tables_update.inc.php tables_update_0_9_14.inc.php 
Log Message:
Update to match changes added to release branch



Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** tables_update.inc.php       17 Feb 2002 19:31:50 -0000      1.55
--- tables_update.inc.php       1 Mar 2002 11:30:59 -0000       1.56
***************
*** 19,24 ****
  
        /* This is since the last release */
!       $test[] = '0.9.13.017';
!       function phpgwapi_upgrade0_9_13_017()
        {
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';
--- 19,24 ----
  
        /* This is since the last release */
!       $test[] = '0.9.13.018';
!       function phpgwapi_upgrade0_9_13_018()
        {
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';

Index: tables_update_0_9_14.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update_0_9_14.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tables_update_0_9_14.inc.php        17 Feb 2002 19:50:25 -0000      1.1
--- tables_update_0_9_14.inc.php        1 Mar 2002 11:30:59 -0000       1.2
***************
*** 408,410 ****
--- 408,418 ----
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
+ 
+       $test[] = '0.9.13.017';
+       function phpgwapi_upgrade0_9_13_017()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_history_log','history_old_value',array('type'
 => 'text','nullable' => False));
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.13.018';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>




reply via email to

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