phpgroupware-cvs
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php


From: Sigurd Nes
Subject: Re: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php
Date: Tue, 26 Dec 2006 23:57:42 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061110)

Hi Dave,

It looks to me that the last upgrade function (0_9_17_512) should be
removed since the current version is 0.9.17.512

Regards

Sigurd


Dave Hall wrote:
> CVSROOT:      /sources/phpgwapi
> Module name:  phpgwapi
> Changes by:   Dave Hall <skwashd>     06/12/26 12:43:57
> 
> Modified files:
>       setup          : tables_update.inc.php 
> 
> Log message:
>       remove extra add cols which don't belong - eT is buggy atm :(
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&r1=1.101&r2=1.102
> 
> Patches:
> Index: tables_update.inc.php
> ===================================================================
> RCS file: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
> retrieving revision 1.101
> retrieving revision 1.102
> diff -u -b -r1.101 -r1.102
> --- tables_update.inc.php     26 Dec 2006 07:20:49 -0000      1.101
> +++ tables_update.inc.php     26 Dec 2006 12:43:56 -0000      1.102
> @@ -5,7 +5,7 @@
>       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
> License
>       * @package phpgwapi
>       * @subpackage setup
> -     * @version $Id: tables_update.inc.php,v 1.101 2006/12/26 07:20:49 
> skwashd Exp $
> +     * @version $Id: tables_update.inc.php,v 1.102 2006/12/26 12:43:56 
> skwashd Exp $
>       * @internal $Source: 
> /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
>       */
>  
> @@ -1608,20 +1608,6 @@
>       $test[] = '0.9.17.512';
>       function phpgwapi_upgrade0_9_17_512()
>       {
> -             
> $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_config','config_app',array(
> -                     'type' => 'varchar',
> -                     'precision' => '50'
> -             ));
> -             
> $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_config','config_name',array(
> -                     'type' => 'varchar',
> -                     'precision' => '255',
> -                     'nullable' => False
> -             ));
> -             
> $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_config','config_value',array(
> -                     'type' => 'text'
> -             ));
> -
> -
>               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.17.512';
>               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
>       }
> 
> 
> _______________________________________________
> phpGroupWare-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs
> 
> 
> 





reply via email to

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