phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_current.inc.php, 1.143, 1.144


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/setup tables_current.inc.php, 1.143, 1.144
Date: Sun, 09 Nov 2003 20:25:13 +0000

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv30363/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.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** tables_current.inc.php      6 Nov 2003 18:51:03 -0000       1.143
--- tables_current.inc.php      9 Nov 2003 20:25:10 -0000       1.144
***************
*** 1602,1608 ****
                        'fd' => array(
                                'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'location' => array('type' => 
'varchar','precision' => '30','nullable' => False)
                        ),
!                       'pk' => array('entity_id','location'),
                        'fk' => array(),
                        'ix' => array(),
--- 1602,1622 ----
                        'fd' => array(
                                'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'location' => array('type' => 
'varchar','precision' => '15','nullable' => False)
!                               'type' => array('type' => 'varchar','precision' 
=> '15','nullable' => False)
                        ),
!                       'pk' => array('entity_id','location','type'),
!                       'fk' => array(),
!                       'ix' => array(),
!                       'uc' => array()
!               ),
!               'fm_entity_origin' => array(
!                       'fd' => array(
!                               'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
!                               'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False)
!                       ),
!                       'pk' => 
array('origin','origin_id','entity_id','cat_id','id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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