fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8238]


From: Torstein
Subject: [Fmsystem-commits] [8238]
Date: Tue, 06 Dec 2011 06:44:58 +0000

Revision: 8238
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8238
Author:   vator
Date:     2011-12-06 06:44:55 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------


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

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2011-12-05 09:05:23 UTC 
(rev 8237)
+++ trunk/controller/setup/tables_current.inc.php       2011-12-06 06:44:55 UTC 
(rev 8238)
@@ -137,4 +137,15 @@
                        'ix' => array(),
                        'uc' => array()
                ),
+               'controller_control_location_list', array(
+                               'fd' => array(
+                                       'id' => array('type' => 'auto', 
'nullable' => false),
+                                       'control_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
+                                       'location_code' => array('type' => 
'int', 'precision' => '4', 'nullable' => false)
+                               ),
+                               'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               )
        );




reply via email to

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