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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/setup setup.inc.php, 1.11.2.2.2.8, 1.11.2.2.2.9 tables_current.inc.php, 1.11.2.1.2.8, 1.11.2.1.2.9 tables_update.inc.php, 1.15.2.1.2.8, 1.15.2.1.2.9
Date: Thu, 23 Oct 2003 11:16:37 +0000

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11.2.1.2.8
retrieving revision 1.11.2.1.2.9
diff -C2 -d -r1.11.2.1.2.8 -r1.11.2.1.2.9
*** tables_current.inc.php      30 Sep 2003 22:35:18 -0000      1.11.2.1.2.8
--- tables_current.inc.php      23 Oct 2003 11:16:35 -0000      1.11.2.1.2.9
***************
*** 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)
                        ),
                        'pk' => array('id'),
--- 116,121 ----
                                '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)
                        ),
                        'pk' => array('id'),
***************
*** 140,144 ****
                                'date' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'customer' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),
--- 141,146 ----
                                'date' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'customer' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
!                               'owner' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/setup.inc.php,v
retrieving revision 1.11.2.2.2.8
retrieving revision 1.11.2.2.2.9
diff -C2 -d -r1.11.2.2.2.8 -r1.11.2.2.2.9
*** setup.inc.php       30 Sep 2003 22:35:18 -0000      1.11.2.2.2.8
--- setup.inc.php       23 Oct 2003 11:16:35 -0000      1.11.2.2.2.9
***************
*** 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;
--- 13,17 ----
        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['title']     = 'Projects';
!       $setup_info['projects']['version']   = '0.8.6.009';
        $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.8
retrieving revision 1.15.2.1.2.9
diff -C2 -d -r1.15.2.1.2.8 -r1.15.2.1.2.9
*** tables_update.inc.php       30 Sep 2003 22:35:18 -0000      1.15.2.1.2.8
--- tables_update.inc.php       23 Oct 2003 11:16:35 -0000      1.15.2.1.2.9
***************
*** 430,432 ****
--- 430,442 ----
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
+ 
+       $test[] = '0.8.6.008';
+       function projects_upgrade0_8_6_008()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_invoice','owner',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => False));
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_delivery','owner',array('type'
 => 'int','precision' => 4,'default' => 0,'nullable' => False));
+ 
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.6.009';
+               return $GLOBALS['setup_info']['projects']['currentver'];
+       }
  ?>





reply via email to

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