phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php
Date: Thu, 04 Jan 2007 12:10:02 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     07/01/04 12:10:02

Modified files:
        setup          : tables_update.inc.php 

Log message:
        remove unnneeded crap which fscks with the config table - DO NOT TRUST 
ET'S DB TOOLS ATM - THEY ARE DODGY\!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&r1=1.103&r2=1.104

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- tables_update.inc.php       28 Dec 2006 10:49:35 -0000      1.103
+++ tables_update.inc.php       4 Jan 2007 12:10:01 -0000       1.104
@@ -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.103 2006/12/28 10:49:35 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.104 2007/01/04 12:10:01 
skwashd Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1572,18 +1572,6 @@
        $test[] = '0.9.17.511';
        function phpgwapi_upgrade0_9_17_511()
        {
-               
$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['phpgw_setup']->oProc->CreateTable('phpgw_mail_handler',array(
                        'fd' => array(
                                'handler_id' => array('type' => 
'auto','nullable' => False),




reply via email to

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