fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7697] Added field control_area_id to table control_g


From: Torstein
Subject: [Fmsystem-commits] [7697] Added field control_area_id to table control_group
Date: Thu, 22 Sep 2011 08:24:35 +0000

Revision: 7697
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7697
Author:   vator
Date:     2011-09-22 08:24:34 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Added field control_area_id to table control_group

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-22 07:39:07 UTC 
(rev 7696)
+++ trunk/controller/setup/tables_current.inc.php       2011-09-22 08:24:34 UTC 
(rev 7697)
@@ -96,7 +96,8 @@
                        '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)
+                               'procedure_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
+                               'control_area_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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