fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10172] logistic: altered tables


From: Sigurd Nes
Subject: [Fmsystem-commits] [10172] logistic: altered tables
Date: Tue, 09 Oct 2012 11:25:03 +0000

Revision: 10172
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10172
Author:   sigurdne
Date:     2012-10-09 11:25:03 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
logistic: altered tables

Modified Paths:
--------------
    trunk/logistic/setup/tables_current.inc.php

Modified: trunk/logistic/setup/tables_current.inc.php
===================================================================
--- trunk/logistic/setup/tables_current.inc.php 2012-10-09 10:53:05 UTC (rev 
10171)
+++ trunk/logistic/setup/tables_current.inc.php 2012-10-09 11:25:03 UTC (rev 
10172)
@@ -81,13 +81,12 @@
                                'pk' => array('id'),
                                'fk' => array(
                                                'lg_requirement' => 
array('requirement_id' => 'id'),
-                                               'fm_bim_item' => 
array('resource_id' => 'id', 'type' => 'type'),
                                                'phpgw_locations' => 
array('location_id' => 'location_id')
                                ),
                                'ix' => array(),
                                'uc' => array()
                ),
-               'lg_bim_item_type_requirement' => array(
+               'lg_resource_type_requirement' => array(
                                'fd' => array(
                                                'id' => array('type' => 'auto', 
'precision' => 4, 'nullable' => false),
                                                'location_id' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),
@@ -99,8 +98,7 @@
                                'pk' => array('id'),
                                'fk' => array(
                                                'lg_project_type' => 
array('project_type_id' => 'id'),
-                                               'phpgw_locations' => 
array('location_id' => 'location_id'),
-                                               'phpgw_cust_attribute' => 
array('cust_attribute_id' => 'id'),
+                                               'phpgw_cust_attribute' => 
array('location_id' => 'location_id','cust_attribute_id' => 'id')
                                ),
                                'ix' => array(),
                                'uc' => array()
@@ -117,7 +115,7 @@
                                ),
                                'pk' => array('id'),
                                'fk' => array(
-                                               'lg_bim_item_type_requirement' 
=> array('type_requirement_id' => 'id'),
+                                               'lg_resource_type_requirement' 
=> array('type_requirement_id' => 'id'),
                                                'lg_requirement' => 
array('requirement_id' => 'id')
                                ),
                                'ix' => array(),
@@ -133,7 +131,6 @@
                                ),
                                'pk' => array('id'),
                                'fk' => array(
-                                               'fm_bim_item' => 
array('item_id' => 'id'),
                                                'phpgw_locations' => 
array('location_id' => 'location_id') 
                                ),
                                'ix' => array(),




reply via email to

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