phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.50,1.51


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.50,1.51
Date: Wed, 26 Mar 2003 07:31:58 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv28778/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.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** tables_current.inc.php      21 Mar 2003 22:35:48 -0000      1.50
--- tables_current.inc.php      26 Mar 2003 12:31:56 -0000      1.51
***************
*** 699,715 ****
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'workorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_num' => array('type' => 'varchar', 
'precision' => 15,'nullable' => true),
                                'grouping_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'grouping_descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'entry_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),
                                'hours_descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => True),
                                'remark' => array('type' => 'text','nullable' 
=> True),
-                               'minutes' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
-                               'minperae' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => True),
                                'billperae' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => '0.00'),
-                               'status' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False,'default' => 'done'),
                                'vendor_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'unit' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
--- 699,710 ----
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'workorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
                                'activity_num' => array('type' => 'varchar', 
'precision' => 15,'nullable' => true),
                                'grouping_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'grouping_descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'hours_descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => True),
                                'remark' => array('type' => 'text','nullable' 
=> True),
                                'billperae' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => '0.00'),
                                'vendor_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'unit' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),





reply via email to

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