phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.16.2.1,1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.16.2.1,1.16.2.2
Date: Mon, 02 Dec 2002 13:35:05 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv28186/setup

Modified Files:
      Tag: Version-0_9_14-branch
        tables_current.inc.php 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -C2 -r1.16.2.1 -r1.16.2.2
*** tables_current.inc.php      20 Nov 2002 18:39:29 -0000      1.16.2.1
--- tables_current.inc.php      2 Dec 2002 18:35:03 -0000       1.16.2.2
***************
*** 273,277 ****
                                'equipment_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'equipment_type_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
--- 273,277 ----
                                'equipment_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'equipment_type_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 332,336 ****
                                'equipment_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
!                               'attrib_descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
                        ),
--- 332,336 ----
                                'equipment_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
!                               'attrib_descr' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
                        ),





reply via email to

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