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.48,1.49 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.48,1.49 tables_current.inc.php,1.75,1.76
Date: Tue, 13 May 2003 07:03:09 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv6111/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.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** setup.inc.php       13 May 2003 09:00:59 -0000      1.48
--- setup.inc.php       13 May 2003 11:03:07 -0000      1.49
***************
*** 121,124 ****
--- 121,125 ----
                'fm_wo_request_category',
                'fm_wo_request_history',
+               'fm_request_origin',
                'fm_wo_template',
                'fm_wo_template_hours',
***************
*** 128,131 ****
--- 129,133 ----
                'fm_wo_projectbranch',
                'fm_wo_project_history',
+               'fm_project_origin',
                'fm_tts_tickets',
                'fm_ticket_category',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -r1.75 -r1.76
*** tables_current.inc.php      13 May 2003 09:00:59 -0000      1.75
--- tables_current.inc.php      13 May 2003 11:03:07 -0000      1.76
***************
*** 835,838 ****
--- 835,849 ----
                        'uc' => array()
                ),
+               'fm_request_origin' => array(
+                       'fd' => array(
+                               'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
+                               'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'request_id' => array('type' => 
'int','precision' => '4','nullable' => False)
+                       ),
+                       'pk' => array('origin','origin_id','request_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'fm_wo_ns3420' => array(
                        'fd' => array(
***************
*** 1153,1156 ****
--- 1164,1178 ----
                        'fk' => array(),
                        'ix' => array('location_code'),
+                       'uc' => array()
+               ),
+               'fm_project_origin' => array(
+                       'fd' => array(
+                               'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
+                               'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'project_id' => array('type' => 
'int','precision' => '4','nullable' => False)
+                       ),
+                       'pk' => array('origin','origin_id','project_id'),
+                       'fk' => array(),
+                       'ix' => array(),
                        'uc' => array()
                ),





reply via email to

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