phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_update.inc.php,1.19


From: sigurdne
Subject: [Phpgroupware-cvs] property/setup tables_update.inc.php,1.19
Date: Mon, 31 Oct 2005 20:02:00 +0100

Update of property/setup

Modified Files:
     Branch: MAIN
            tables_update.inc.php lines: +3 -3

Log Message:
no message

====================================================
Index: property/setup/tables_update.inc.php
diff -u property/setup/tables_update.inc.php:1.18 
property/setup/tables_update.inc.php:1.19
--- property/setup/tables_update.inc.php:1.18   Mon Oct 31 18:58:12 2005
+++ property/setup/tables_update.inc.php        Mon Oct 31 19:02:12 2005
@@ -749,9 +749,9 @@
        function property_upgrade0_9_17_509()
        {
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilag','item_type',array('type'
 => 'int','precision' => 4,'nullable' => True));
-               
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilag','item_id',array('type' 
=> 'int','precision' => 4,'nullable' => True));
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilag','item_id',array('type' 
=> 'varchar','precision' => 20,'nullable' => True));
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilagoverf','item_type',array('type'
 => 'int','precision' => 4,'nullable' => True));
-               
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilagoverf','item_id',array('type'
 => 'int','precision' => 4,'nullable' => True));
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('fm_ecobilagoverf','item_id',array('type'
 => 'varchar','precision' => 20,'nullable' => True));

                $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.510';
                return $GLOBALS['setup_info']['property']['currentver'];






reply via email to

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