phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/setup/tables_update.inc.php, 1.51


From: nomail
Subject: [Phpgroupware-cvs] projects/setup/tables_update.inc.php, 1.51
Date: Mon, 21 Jun 2004 01:02:46 +0200

Update of /projects/setup
Modified Files:
        Branch: 
          tables_update.inc.php

date: 2004/06/20 23:02:46;  author: ceb;  state: Exp;  lines: +11 -1

Log Message:
update
=====================================================================
Index: projects/setup/tables_update.inc.php
diff -u projects/setup/tables_update.inc.php:1.50 
projects/setup/tables_update.inc.php:1.51
--- projects/setup/tables_update.inc.php:1.50   Sat Jun 19 22:47:32 2004
+++ projects/setup/tables_update.inc.php        Sun Jun 20 23:02:46 2004
@@ -928,4 +928,14 @@
                $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.037';
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+
+       $test[] = '0.8.7.037';
+       function projects_upgrade0_8_7_037()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_hours','surcharge',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => True));
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_ttracker','surcharge',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => True));
+
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.038';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
 ?>




reply via email to

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