phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/setup setup.inc.php, 1.25, 1.26 tables_curre


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/setup setup.inc.php, 1.25, 1.26 tables_current.inc.php, 1.18, 1.19 tables_update.inc.php, 1.25, 1.26
Date: Fri, 14 Nov 2003 14:25:44 +0000

Update of /cvsroot/phpgroupware/projects/setup
In directory subversions:/tmp/cvs-serv4814/setup

Modified Files:
        setup.inc.php tables_current.inc.php tables_update.inc.php 
Log Message:
sapdb support table column update

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tables_current.inc.php      14 Nov 2003 13:04:04 -0000      1.18
--- tables_current.inc.php      14 Nov 2003 14:25:41 -0000      1.19
***************
*** 116,120 ****
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
                                'customer' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
!                               'sum' => array('type' => 'decimal','precision' 
=> 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'owner' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False)
                        ),
--- 116,120 ----
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
                                'customer' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
!                               'i_sum' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'owner' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False)
                        ),

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/setup.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** setup.inc.php       14 Nov 2003 13:04:04 -0000      1.25
--- setup.inc.php       14 Nov 2003 14:25:41 -0000      1.26
***************
*** 12,16 ****
  
        $setup_info['projects']['name']      = 'projects';
!       $setup_info['projects']['version']   = '0.8.7.011';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;
--- 12,16 ----
  
        $setup_info['projects']['name']      = 'projects';
!       $setup_info['projects']['version']   = '0.8.7.012';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_update.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** tables_update.inc.php       14 Nov 2003 13:04:04 -0000      1.25
--- tables_update.inc.php       14 Nov 2003 14:25:41 -0000      1.26
***************
*** 512,514 ****
--- 512,523 ----
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+ 
+       $test[] = '0.8.7.011';
+       function projects_upgrade0_8_7_011()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->RenameColumn('phpgw_p_invoice','sum','i_sum');
+ 
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.012';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
  ?>





reply via email to

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