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.11.2.2.2.7, 1.11.2.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/setup setup.inc.php, 1.11.2.2.2.7, 1.11.2.2.2.8 tables_current.inc.php, 1.11.2.1.2.7, 1.11.2.1.2.8 tables_update.inc.php, 1.15.2.1.2.7, 1.15.2.1.2.8
Date: Tue, 30 Sep 2003 22:35:21 +0000

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11.2.1.2.7
retrieving revision 1.11.2.1.2.8
diff -C2 -d -r1.11.2.1.2.7 -r1.11.2.1.2.8
*** tables_current.inc.php      18 Sep 2003 00:49:26 -0000      1.11.2.1.2.7
--- tables_current.inc.php      30 Sep 2003 22:35:18 -0000      1.11.2.1.2.8
***************
*** 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),
                                'pcosts' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'main' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
--- 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' => True),
                                'pcosts' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => False),
                                'main' => 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.11.2.2.2.7
retrieving revision 1.11.2.2.2.8
diff -C2 -d -r1.11.2.2.2.7 -r1.11.2.2.2.8
*** setup.inc.php       18 Sep 2003 00:49:26 -0000      1.11.2.2.2.7
--- setup.inc.php       30 Sep 2003 22:35:18 -0000      1.11.2.2.2.8
***************
*** 13,17 ****
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.007';
        $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.008';
        $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.15.2.1.2.7
retrieving revision 1.15.2.1.2.8
diff -C2 -d -r1.15.2.1.2.7 -r1.15.2.1.2.8
*** tables_update.inc.php       18 Sep 2003 00:49:26 -0000      1.15.2.1.2.7
--- tables_update.inc.php       30 Sep 2003 22:35:18 -0000      1.15.2.1.2.8
***************
*** 421,423 ****
--- 421,432 ----
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+ 
+       $test[] = '0.8.6.007';
+       function projects_upgrade0_8_6_007()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_p_projects','investment_nr',array('type'
 => 'varchar','precision' => 50,'nullable' => True));
+ 
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.6.008';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
  ?>





reply via email to

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