CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Dave Hall <[EMAIL PROTECTED]>   06/03/06 14:15:09

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

Log message:
        add missing field

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

Patches:
Index: phpgwapi/setup/tables_current.inc.php
diff -u phpgwapi/setup/tables_current.inc.php:1.53 
phpgwapi/setup/tables_current.inc.php:1.54
--- phpgwapi/setup/tables_current.inc.php:1.53  Mon Mar  6 04:36:04 2006
+++ phpgwapi/setup/tables_current.inc.php       Mon Mar  6 14:15:09 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.53 2006/03/06 04:36:04 
skwashd Exp $
+       * @version $Id: tables_current.inc.php,v 1.54 2006/03/06 14:15:09 
skwashd Exp $
        * @internal $Source: 
/cvsroot/phpgwapi/phpgwapi/setup/tables_current.inc.php,v $
        */
 
@@ -551,6 +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),
                                '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.83 
phpgwapi/setup/tables_update.inc.php:1.84
--- phpgwapi/setup/tables_update.inc.php:1.83   Mon Mar  6 04:36:04 2006
+++ phpgwapi/setup/tables_update.inc.php        Mon Mar  6 14:15:09 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.83 2006/03/06 04:36:04 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.84 2006/03/06 14:15:09 
skwashd Exp $
        * @internal $Source: 
/cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1168,6 +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),
                                'cust_field_active' => array('type' => 
'varchar','precision' => '255','nullable' => False,'default' => '1')
                        ),
                        'pk' => array('cust_field_id'),


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to