phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php tables_up...


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php tables_up...
Date: Mon, 06 Mar 2006 14:21:10 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Dave Hall <address@hidden>      06/03/06 14:21:10

Modified files:
        setup          : tables_current.inc.php tables_update.inc.php 

Log message:
        3rd time lucky?

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/setup/tables_current.inc.php.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/setup/tables_update.inc.php.diff?tr1=1.84&tr2=1.85&r1=text&r2=text

Patches:
Index: phpgwapi/setup/tables_current.inc.php
diff -u phpgwapi/setup/tables_current.inc.php:1.54 
phpgwapi/setup/tables_current.inc.php:1.55
--- phpgwapi/setup/tables_current.inc.php:1.54  Mon Mar  6 14:15:09 2006
+++ phpgwapi/setup/tables_current.inc.php       Mon Mar  6 14:21:10 2006
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.54 2006/03/06 14:15:09 
skwashd Exp $
+       * @version $Id: tables_current.inc.php,v 1.55 2006/03/06 14:21:10 
skwashd Exp $
        * @internal $Source: 
/cvsroot/phpgwapi/phpgwapi/setup/tables_current.inc.php,v $
        */
 
@@ -551,7 +551,7 @@
                                'cust_field_name' => array('type' => 
'varchar','precision' => '255','nullable' => False),
                                'cust_field_type_id' => array('type' => 
'int','precision' => '8','nullable' => False),
                                'cust_field_label' => array('type' => 
'varchar','precision' => '255','nullable' => False),
-                               'appname' => array('type' => 'varchar', 
'precision' => 255, 'nullable' => True),
+                               'appname' => array('type' => 'varchar', 
'precision' => 25, 'nullable' => True),
                                'cust_field_active' => array('type' => 
'varchar','precision' => '255','nullable' => False,'default' => '1')
                        ),
                        'pk' => array('cust_field_id'),
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.84 
phpgwapi/setup/tables_update.inc.php:1.85
--- phpgwapi/setup/tables_update.inc.php:1.84   Mon Mar  6 14:15:09 2006
+++ phpgwapi/setup/tables_update.inc.php        Mon Mar  6 14:21:10 2006
@@ -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.84 2006/03/06 14:15:09 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.85 2006/03/06 14:21:10 
skwashd Exp $
        * @internal $Source: 
/cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1168,7 +1168,7 @@
                                'cust_field_name' => array('type' => 
'varchar','precision' => '255','nullable' => False),
                                'cust_field_type_id' => array('type' => 
'int','precision' => '8','nullable' => False),
                                'cust_field_label' => array('type' => 
'varchar','precision' => '255','nullable' => False),
-                               'appname' => array('type' => 'varchar', 
'precision' => 255, 'nullable' => True),
+                               'appname' => array('type' => 'varchar', 
'precision' => 25, 'nullable' => True),
                                'cust_field_active' => array('type' => 
'varchar','precision' => '255','nullable' => False,'default' => '1')
                        ),
                        'pk' => array('cust_field_id'),




reply via email to

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