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.33,1.34


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.33,1.34
Date: Tue, 18 Feb 2003 04:14:00 -0500

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

Modified Files:
        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.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** tables_current.inc.php      15 Feb 2003 19:51:40 -0000      1.33
--- tables_current.inc.php      18 Feb 2003 09:13:57 -0000      1.34
***************
*** 315,320 ****
                'fm_equipment_attrib' => array(
                        'fd' => array(
!                               'equipment_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'equipment_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
--- 315,320 ----
                'fm_equipment_attrib' => array(
                        'fd' => array(
!                               'entity_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
***************
*** 326,330 ****
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => 
array('equipment_id','equipment_type_id','attrib_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 326,330 ----
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => array('entity_id','type_id','attrib_id'),
                        'fk' => array(),
                        'ix' => array(),
***************
*** 358,363 ****
                'fm_location_attrib' => array(
                        'fd' => array(
!                               'location_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'location_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
--- 358,363 ----
                'fm_location_attrib' => array(
                        'fd' => array(
!                               'entity_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
***************
*** 369,373 ****
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => 
array('location_id','location_type_id','attrib_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 369,373 ----
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
                        ),
!                       'pk' => array('entity_id','type_id','attrib_id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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