fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9156]


From: Torstein
Subject: [Fmsystem-commits] [9156]
Date: Mon, 16 Apr 2012 12:20:33 +0000

Revision: 9156
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9156
Author:   vator
Date:     2012-04-16 12:20:32 +0000 (Mon, 16 Apr 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-04-16 12:17:30 UTC 
(rev 9155)
+++ trunk/controller/setup/tables_current.inc.php       2012-04-16 12:20:32 UTC 
(rev 9156)
@@ -56,7 +56,7 @@
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
-                               'status' => array('type' => 'bool','nullable' 
=> true,'default' => 'false'),
+                               'status' => array('type' => 'int', 'precision' 
=> 2, 'nullable' => true),
                                '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)




reply via email to

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