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.43,1.44


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.43,1.44
Date: Thu, 13 Mar 2003 04:55:55 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv26019/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.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** tables_current.inc.php      12 Mar 2003 21:37:33 -0000      1.43
--- tables_current.inc.php      13 Mar 2003 09:55:03 -0000      1.44
***************
*** 168,172 ****
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
--- 168,172 ----
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'power_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
***************
*** 248,252 ****
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
--- 248,252 ----
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'power_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
***************
*** 1159,1167 ****
                'fm_wo_projectbranch' => array(
                        'fd' => array(
-                               'id' => array('type' => 'auto','nullable' => 
False),
                                'project_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'branch_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
--- 1159,1166 ----
                'fm_wo_projectbranch' => array(
                        'fd' => array(
                                'project_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'branch_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False)
                        ),
!                       'pk' => array('project_id','branch_id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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