phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_current.inc.php, 1.150, 1.151


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/setup tables_current.inc.php, 1.150, 1.151
Date: Tue, 18 Nov 2003 16:25:17 +0000

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv2302/setup

Modified Files:
        tables_current.inc.php 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -d -r1.150 -r1.151
*** tables_current.inc.php      17 Nov 2003 22:42:03 -0000      1.150
--- tables_current.inc.php      18 Nov 2003 16:25:15 -0000      1.151
***************
*** 547,550 ****
--- 547,551 ----
                                'budget' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'calculation' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
+                               'deviation' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True),
                                'act_mtrl_cost' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'act_vendor_cost' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
***************
*** 696,700 ****
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'amount' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'descr' => array('type' => 'text','nullable' => 
True)
                        ),
                        'pk' => array('workorder_id','hour_id','id'),
--- 697,702 ----
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'amount' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'descr' => array('type' => 'text','nullable' => 
True),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('workorder_id','hour_id','id'),





reply via email to

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