fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7647] Added field procedureId to table ControlGroup


From: Torstein
Subject: [Fmsystem-commits] [7647] Added field procedureId to table ControlGroup
Date: Mon, 19 Sep 2011 07:54:01 +0000

Revision: 7647
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7647
Author:   vator
Date:     2011-09-19 07:54:00 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
Added field procedureId to table ControlGroup

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-09-19 06:24:57 UTC 
(rev 7646)
+++ trunk/controller/setup/tables_current.inc.php       2011-09-19 07:54:00 UTC 
(rev 7647)
@@ -50,16 +50,6 @@
                        'ix' => array(),
                        'uc' => array()
                ),
-               'controller_control_group' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
-                               'group_name' => array('type' => 
'varchar','precision' => '255','nullable' => false)
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
                'controller_check_item' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
@@ -102,6 +92,17 @@
                        'ix' => array(),
                        'uc' => array()
                ),
+               'controller_control_group' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
+                               'group_name' => array('type' => 
'varchar','precision' => '255','nullable' => false),
+                               'procedure_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'controller_control_area' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),




reply via email to

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