fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7866]


From: Torstein
Subject: [Fmsystem-commits] [7866]
Date: Wed, 12 Oct 2011 10:24:58 +0000

Revision: 7866
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7866
Author:   vator
Date:     2011-10-12 10:24:58 +0000 (Wed, 12 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-12 10:23:31 UTC 
(rev 7865)
+++ trunk/controller/setup/tables_current.inc.php       2011-10-12 10:24:58 UTC 
(rev 7866)
@@ -28,7 +28,8 @@
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'control_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
-                               'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
+                               'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
+                               'order_nr' => array('type' => 'int', 
'precision' => 3, 'nullable' => True),
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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