phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/setup tables_current.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php
Date: Mon, 03 Jul 2006 11:25:26 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Changes by:     Sigurd Nes <sigurdne>   06/07/03 11:25:26

Modified files:
        setup          : tables_current.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hrm/setup/tables_current.inc.php?cvsroot=phpgroupware&r1=1.16&r2=1.17

Patches:
Index: tables_current.inc.php
===================================================================
RCS file: /sources/phpgroupware/hrm/setup/tables_current.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- tables_current.inc.php      20 Jun 2006 11:33:37 -0000      1.16
+++ tables_current.inc.php      3 Jul 2006 11:25:26 -0000       1.17
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.16 2006/06/20 11:33:37 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.17 2006/07/03 11:25:26 
sigurdne Exp $
        */
 
        $phpgw_baseline = array(
@@ -118,7 +118,7 @@
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'title' => array('type' => 
'varchar','precision' => '40','nullable' => True),
+                               'title' => array('type' => 
'varchar','precision' => '100','nullable' => True),
                                'skill' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'start_date' => array('type' => 
'int','precision' => '4','nullable' => True),




reply via email to

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