phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/setup setup.inc.php,1.11.2.2.2.1,1.11.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/setup setup.inc.php,1.11.2.2.2.1,1.11.2.2.2.2 tables_current.inc.php,1.11.2.1.2.1,1.11.2.1.2.2 tables_update.inc.php,1.15.2.1.2.2,1.15.2.1.2.3
Date: Fri, 06 Jun 2003 20:21:41 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        setup.inc.php tables_current.inc.php tables_update.inc.php 
Log Message:
update

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/setup.inc.php,v
retrieving revision 1.11.2.2.2.1
retrieving revision 1.11.2.2.2.2
diff -C2 -r1.11.2.2.2.1 -r1.11.2.2.2.2
*** setup.inc.php       2 Jun 2003 22:11:23 -0000       1.11.2.2.2.1
--- setup.inc.php       7 Jun 2003 00:21:39 -0000       1.11.2.2.2.2
***************
*** 13,17 ****
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.002';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;
--- 13,17 ----
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.003';
        $setup_info['projects']['app_order'] = 13;
        $setup_info['projects']['enable']    = 1;

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11.2.1.2.1
retrieving revision 1.11.2.1.2.2
diff -C2 -r1.11.2.1.2.1 -r1.11.2.1.2.2
*** tables_current.inc.php      2 Jun 2003 22:11:23 -0000       1.11.2.1.2.1
--- tables_current.inc.php      7 Jun 2003 00:21:39 -0000       1.11.2.1.2.2
***************
*** 36,40 ****
                                'date_created' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
                                'processor' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'investment_nr' => array('type' => 
'varchar','precision' => 50,'nullable' => False)
                        ),
                        'pk' => array('id'),
--- 36,41 ----
                                'date_created' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
                                'processor' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'investment_nr' => array('type' => 
'varchar','precision' => 50,'nullable' => False),
!                               'pcosts' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_update.inc.php,v
retrieving revision 1.15.2.1.2.2
retrieving revision 1.15.2.1.2.3
diff -C2 -r1.15.2.1.2.2 -r1.15.2.1.2.3
*** tables_update.inc.php       2 Jun 2003 22:11:23 -0000       1.15.2.1.2.2
--- tables_update.inc.php       7 Jun 2003 00:21:39 -0000       1.15.2.1.2.3
***************
*** 350,352 ****
--- 350,361 ----
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+ 
+       $test[] = '0.8.6.002';
+       function projects_upgrade0_8_6_002()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_projects','pcosts',array('type'
 => 'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => 
False));
+ 
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.6.003';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
  ?>





reply via email to

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