fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7940]


From: Torstein
Subject: [Fmsystem-commits] [7940]
Date: Wed, 26 Oct 2011 07:24:48 +0000

Revision: 7940
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7940
Author:   vator
Date:     2011-10-26 07:24:42 +0000 (Wed, 26 Oct 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-10-26 07:00:33 UTC 
(rev 7939)
+++ trunk/controller/setup/tables_current.inc.php       2011-10-26 07:24:42 UTC 
(rev 7940)
@@ -120,5 +120,17 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
-               )
-       );
+               ),
+               'controller_control_group_list', array(
+                               'fd' => array(
+                                       'id' => array('type' => 'auto', 
'nullable' => false),
+                                       'control_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
+                                       'control_group_id' => array('type' => 
'int', 'precision' => '4', 'nullable' => false),
+                                       'order_nr' => array('type' => 
'varchar', 'precision' => '3', 'nullable' => false)
+                               ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+       );
\ No newline at end of file




reply via email to

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