phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.29,1.30 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.29,1.30 tables_current.inc.php,1.51,1.52
Date: Sat, 29 Mar 2003 13:03:28 -0500

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

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** setup.inc.php       18 Mar 2003 11:14:34 -0000      1.29
--- setup.inc.php       29 Mar 2003 18:03:26 -0000      1.30
***************
*** 80,83 ****
--- 80,84 ----
                'fm_wo_template_type',
                'fm_wo_template',
+               'fm_wo_template_hours',
                'fm_wo_chapter',
                'fm_wo_ns3420',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** tables_current.inc.php      26 Mar 2003 12:31:56 -0000      1.51
--- tables_current.inc.php      29 Mar 2003 18:03:26 -0000      1.52
***************
*** 695,699 ****
                'fm_wo_hours' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
--- 695,743 ----
                'fm_wo_hours' => array(
                        'fd' => array(
!                               'id'     => array('type' => 'auto','precision' 
=> 4,'nullable' => False),
!                               'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
!                               '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),
!                               'ns3420_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
!                               'tolerance' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
!                               'building_part' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
!                               'quantity' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True),
!                               'cost' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True),
!                               'dim_d' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True)
!                       ),
!                       'pk' => array('id'),
!                       'fk' => array(),
!                       'ix' => array(),
!                       'uc' => array()
!               ),
! 
!               'fm_wo_template'=> array(
!                       'fd' => array(
!                               'id'     => array('type' => 'auto','precision' 
=> 4,'nullable' => False),
!                               'name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => true),
!                               'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true),
!                               'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
!                               'chapter_id' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
!                               'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => true)
!                       ),
!                       'pk' => array('id'),
!                       'fk' => array(),
!                       'ix' => array(),
!                       'uc' => array()
!               ),
! 
!               'fm_wo_template_hours' => array(
!                       'fd' => array(
!                               'id'     => array('type' => 'auto','precision' 
=> 4,'nullable' => False),
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
***************
*** 880,907 ****
                ),
  
-               'fm_wo_template'=> array(
-                       'fd' => array(
-                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
-                               'wo_template_type_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
-                               'ns3420_id' => array('type' => 'varchar', 
'precision' => 15,'nullable' => False),
-                               'building_part_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
-                               'unit' => array('type' => 'varchar', 
'precision' => 6,'nullable' => true),
-                               'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
-                               'grouping_id' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
-                               'grouping_descr' => array('type' => 'varchar', 
'precision' => 50,'nullable' => true),
-                               'billperae' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
-                               'quantity' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
-                               'cost' => array('type' => 'decimal', 
'precision' => 6,'scale' => 2,'nullable' => true),
-                               'dim_d' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
-                               'hours_descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true),
-                               'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => true),
-                               'tolerance' => array('type' => 'int', 
'precision' => 4,'nullable' => true),
-                               'remark' => array('type' => 'varchar', 
'precision' => 255,'nullable' => true)
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
                'fm_tts_tickets' => array(
                        'fd' => array(
--- 924,927 ----





reply via email to

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