fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10204] Logistic: Changed names on date_from and date


From: Torstein
Subject: [Fmsystem-commits] [10204] Logistic: Changed names on date_from and date_to
Date: Thu, 11 Oct 2012 05:59:45 +0000

Revision: 10204
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10204
Author:   vator
Date:     2012-10-11 05:59:45 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
Logistic: Changed names on date_from and date_to

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-10-10 14:16:52 UTC (rev 
10203)
+++ trunk/logistic/setup/tables_current.inc.php 2012-10-11 05:59:45 UTC (rev 
10204)
@@ -54,8 +54,8 @@
                                'fd' => array(
                                                'id' => array('type' => 'auto', 
'precision' => 4, 'nullable' => false),
                                                'activity_id' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),
-                                               'date_from' => array('type' => 
'int', 'precision' => 4, 'nullable' => false),
-                                               'date_to' => array('type' => 
'int', 'precision' => 4, 'nullable' => false),
+                                               'start_date' => array('type' => 
'int', 'precision' => 4, 'nullable' => false),
+                                               'end_date' => array('type' => 
'int', 'precision' => 4, 'nullable' => false),
                                                'no_of_elements' => 
array('type' => 'int', 'precision' => 4, 'nullable' => false),
                                                'location_id' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),
                                                'create_user' => array('type' 
=> 'int', 'precision' => 4, 'nullable' => false),




reply via email to

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