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.24,1.25 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.24,1.25 tables_current.inc.php,1.42,1.43
Date: Wed, 12 Mar 2003 16:37:58 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv9460/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.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** setup.inc.php       9 Mar 2003 17:39:38 -0000       1.24
--- setup.inc.php       12 Mar 2003 21:37:33 -0000      1.25
***************
*** 61,64 ****
--- 61,65 ----
                'fm_wo_dim_d',
                'fm_wo_wrkorders',
+               'fm_wo_workorder_category',
                'fm_wo_wrkorders_status',
                'fm_wo_activities',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** tables_current.inc.php      9 Mar 2003 17:39:38 -0000       1.42
--- tables_current.inc.php      12 Mar 2003 21:37:33 -0000      1.43
***************
*** 83,105 ****
                        'uc' => array()
                ),
!               'fm_apartment_category' => array(
!                       'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
'2','nullable' => False),
!                               'descr' => array('type' => 'char','precision' 
=> '15','nullable' => True),
!                               'AntallGiroVedMasseproduksjon' => array('type' 
=> 'int','precision' => '2','nullable' => True),
!                               'AntallGiroVedInnflytting' => array('type' => 
'int','precision' => '2','nullable' => True),
!                               'ForsteIndeksreg' => array('type' => 
'char','precision' => '4','nullable' => True),
!                               'Kontraktsdokument' => array('type' => 
'char','precision' => '15','nullable' => True),
!                               'MaxGrenseLeie' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'Kontrakttype_ID' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'FaktorDepositum' => array('type' => 
'int','precision' => '2','nullable' => True),
!                               'FM_TomgangsKostnad' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'Inkassobehandling' => array('type' => 
'int','precision' => '2','nullable' => True)
!                       ),
!                       'pk' => array('formaal_id'),
!                       'fk' => array(),
!                       'ix' => array(),
!                       'uc' => array()
!               ),
                'fm_gabnr' => array(
                        'fd' => array(
--- 83,87 ----
                        'uc' => array()
                ),
! 
                'fm_gabnr' => array(
                        'fd' => array(
***************
*** 602,605 ****
--- 584,600 ----
                ),
  
+               'fm_wo_workorder_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+ 
                'fm_wo_wrkorders_status' => array(
                        'fd' => array(
***************
*** 1176,1180 ****
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                               'num' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'access' => array('type' => 'varchar', 
'precision' => 7,'nullable' => True),
--- 1171,1175 ----
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
!                               'name' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'access' => array('type' => 'varchar', 
'precision' => 7,'nullable' => True),
***************
*** 1190,1193 ****
--- 1185,1189 ----
                                'actual_cost' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => '0.00'),
                                'location_code' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
+                               'equipment_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
                                'property_id' => array('type' => 'varchar', 
'precision' => 4,'nullable' => True),
                                'property_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),





reply via email to

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