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.23,1.24


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.23,1.24
Date: Tue, 21 Jan 2003 12:53:05 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv21741/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.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** tables_current.inc.php      20 Jan 2003 10:35:28 -0000      1.23
--- tables_current.inc.php      21 Jan 2003 17:53:01 -0000      1.24
***************
*** 1120,1133 ****
                'fm_investment' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
4,'nullable' => False),
!                               'location_code' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'objekt_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'cost_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
!                               'descr' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
!                               'type' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                               'bygg_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
!                               'equipment_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
--- 1120,1131 ----
                'fm_investment' => array(
                        'fd' => array(
!                               'entity_id' => array('type' => 
'varchar','precision' => 20,'nullable' => False),
!                               'invest_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'entity_type' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
!                               'location_code' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
!                               'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => True),
!                               'writeoff_year' => array('type' => 'int', 
'precision' => 4,'nullable' => True)
                        ),
!                       'pk' => array('entity_id','invest_id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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