phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.27,1.28 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.27,1.28 tables_current.inc.php,1.47,1.48
Date: Tue, 18 Mar 2003 05:51:30 -0500

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

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
no message

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** setup.inc.php       16 Mar 2003 11:41:19 -0000      1.27
--- setup.inc.php       18 Mar 2003 10:51:28 -0000      1.28
***************
*** 69,73 ****
                'fm_wo_activity_price_index',
                'fm_wo_branch',
-               'fm_wo_wrkorderbranch',
                'fm_wo_hours',
                'fm_wo_key_loc',
--- 69,72 ----

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** tables_current.inc.php      16 Mar 2003 11:41:19 -0000      1.47
--- tables_current.inc.php      18 Mar 2003 10:51:28 -0000      1.48
***************
*** 709,725 ****
                ),
  
-               'fm_wo_wrkorderbranch' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'auto','nullable' => 
False),
-                               'wrkorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
-                               'branch_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
-                               'vendor' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True)
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
- 
                'fm_wo_hours' => array(
                        'fd' => array(
--- 709,712 ----
***************
*** 727,731 ****
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'employee' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'wrkorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_num' => array('type' => 'varchar', 
'precision' => 15,'nullable' => true),
--- 714,718 ----
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'employee' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'workorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_num' => array('type' => 'varchar', 
'precision' => 15,'nullable' => true),





reply via email to

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