fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10456]


From: Torstein
Subject: [Fmsystem-commits] [10456]
Date: Sun, 04 Nov 2012 16:56:48 +0000

Revision: 10456
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10456
Author:   vator
Date:     2012-11-04 16:56:48 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/logistic/setup/tables_current.inc.php

Modified: trunk/logistic/setup/tables_current.inc.php
===================================================================
--- trunk/logistic/setup/tables_current.inc.php 2012-11-04 16:13:35 UTC (rev 
10455)
+++ trunk/logistic/setup/tables_current.inc.php 2012-11-04 16:56:48 UTC (rev 
10456)
@@ -21,6 +21,8 @@
                                                'description' => array('type' 
=> 'text', 'nullable' => false),
                                                'create_user' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),
                                                'create_date' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),
+                                               'start_date' => array('type' => 
'int', 'precision' => 4, 'nullable' => true),
+                                               'end_date' => array('type' => 
'int', 'precision' => 4, 'nullable' => true),
                                ),
                                'pk' => array('id'),
                                'fk' => array('lg_project_type' => 
array('project_type_id' => 'id')),




reply via email to

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