fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8032] Added planned_date and completed_date to table


From: Torstein
Subject: [Fmsystem-commits] [8032] Added planned_date and completed_date to table check_list
Date: Mon, 07 Nov 2011 08:25:24 +0000

Revision: 8032
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8032
Author:   vator
Date:     2011-11-07 08:25:23 +0000 (Mon, 07 Nov 2011)
Log Message:
-----------
Added planned_date and completed_date to table check_list

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-11-07 08:23:57 UTC 
(rev 8031)
+++ trunk/controller/setup/tables_current.inc.php       2011-11-07 08:25:23 UTC 
(rev 8032)
@@ -70,7 +70,9 @@
                                'control_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'status' => array('type' => 
'varchar','precision' => '255','nullable' => false),
                                'comment' => array('type' => 
'varchar','precision' => '255','nullable' => false),
-                               'deadline' => array('type' => 'int', 
'precision' => 8, 'nullable' => True)
+                               'deadline' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),
+                               'planned_date' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),
+                               'completed_date' => array('type' => 'int', 
'precision' => 8, 'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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