phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/setup/tables_current.inc.php, 1.45


From: nomail
Subject: [Phpgroupware-cvs] projects/setup/tables_current.inc.php, 1.45
Date: Mon, 21 Jun 2004 01:02:45 +0200

Update of /projects/setup
Modified Files:
        Branch: 
          tables_current.inc.php

date: 2004/06/20 23:02:45;  author: ceb;  state: Exp;  lines: +5 -3

Log Message:
update
=====================================================================
Index: projects/setup/tables_current.inc.php
diff -u projects/setup/tables_current.inc.php:1.44 
projects/setup/tables_current.inc.php:1.45
--- projects/setup/tables_current.inc.php:1.44  Sat Jun 19 22:47:32 2004
+++ projects/setup/tables_current.inc.php       Sun Jun 20 23:02:45 2004
@@ -107,7 +107,8 @@
                                'pro_main' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
                                'billable' => array('type' => 
'char','precision' => 1,'default' => 'Y','nullable' => False),
                                'km_distance' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
-                               't_journey' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True)
+                               't_journey' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
+                               'surcharge' =>  array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
@@ -219,7 +220,8 @@
                                'minutes' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
                                'km_distance' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
                                't_journey' => array('type' => 
'decimal','precision' => 20,'scale' => 2,'default' => 0,'nullable' => True),
-                               'stopped' => array('type' => 'char','precision' 
=> 1,'default' => 'N','nullable' => True)
+                               'stopped' => array('type' => 'char','precision' 
=> 1,'default' => 'N','nullable' => True),
+                               'surcharge' =>  array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => True)
                        ),
                        'pk' => array('track_id'),
                        'fk' => array(),




reply via email to

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