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.49


From: nomail
Subject: [Phpgroupware-cvs] projects/setup/tables_update.inc.php, 1.49
Date: Sun, 23 May 2004 09:46:50 -0000

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

date: 2004/04/29 15:53:38;  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.48 
projects/setup/tables_update.inc.php:1.49
--- projects/setup/tables_update.inc.php:1.48   Tue Feb 24 02:29:26 2004
+++ projects/setup/tables_update.inc.php        Thu Apr 29 15:53:38 2004
@@ -898,4 +898,14 @@
                $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.035';
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+
+       $test[] = '0.8.7.035';
+       function projects_upgrade0_8_7_035()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_projectmembers','sdate',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => False));
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_projectmembers','edate',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => False));
+
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.036';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
 ?>




reply via email to

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