fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8531]


From: Torstein
Subject: [Fmsystem-commits] [8531]
Date: Mon, 09 Jan 2012 09:00:21 +0000

Revision: 8531
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8531
Author:   vator
Date:     2012-01-09 09:00:21 +0000 (Mon, 09 Jan 2012)
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       2012-01-09 08:57:41 UTC 
(rev 8530)
+++ trunk/controller/setup/tables_current.inc.php       2012-01-09 09:00:21 UTC 
(rev 8531)
@@ -58,6 +58,7 @@
                                'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'status' => array('type' => 'bool','nullable' 
=> true,'default' => 'false'),
                                'comment' => array('type' => 
'varchar','precision' => '255','nullable' => False),
+                               'measurement'         => array('type' => 
'varchar', 'precision' => '50', 'nullable' => True),
                                'check_list_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
                        ),
                        'pk' => array('id'),
@@ -205,4 +206,4 @@
                 'ix' => array(),
                 'uc' => array()
                )
-       );
+       );
\ No newline at end of file




reply via email to

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