phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.17,1.18


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.17,1.18 setup.inc.php,1.46,1.47 tables_current.inc.php,1.71,1.72
Date: Thu, 08 May 2003 09:56:32 -0400

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

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

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** default_records.inc.php     8 May 2003 09:53:17 -0000       1.17
--- default_records.inc.php     8 May 2003 13:56:29 -0000       1.18
***************
*** 20,24 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_meter_category (id, 
descr) VALUES ('El_ANLEGG', 'Power meter')");
  
  #
--- 20,24 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_meter_category (id, 
descr) VALUES ('1', 'Power meter')");
  
  #
***************
*** 79,82 ****
--- 79,91 ----
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ticket_category (id, 
descr) VALUES ('2', 'user request')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_ticket_category (id, 
descr) VALUES ('3', 'warranty')");
+ 
+ #
+ # `fm_location_type`
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_type (id, 
descr) VALUES ('1', 'Propetry')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_type (id, 
descr) VALUES ('2', 'Building')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_type (id, 
descr) VALUES ('3', 'Entrance')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_type (id, 
descr) VALUES ('4', 'Apartment')");
  
  #

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** setup.inc.php       7 May 2003 09:02:11 -0000       1.46
--- setup.inc.php       8 May 2003 13:56:29 -0000       1.47
***************
*** 98,102 ****
                'fm_apartment_category',
                'fm_property_type_attrib',
-               'fm_property_type_attrib_class',
                'fm_building_part',
                'fm_drawing',
--- 98,101 ----
***************
*** 108,111 ****
--- 107,111 ----
                'fm_wo_wrkorders',
                'fm_wo_workorder_category',
+               'fm_wo_workorder_history',
                'fm_wo_wrkorders_status',
                'fm_wo_activities',
***************
*** 127,131 ****
--- 127,134 ----
                'fm_wo_project',
                'fm_wo_projectbranch',
+               'fm_wo_project_history',
                'fm_tts_tickets',
+               'fm_ticket_category',
+               'fm_tts_history',
                'fm_tts_views',
                'fm_ecoart',
***************
*** 146,154 ****
                'fm_document',
                'fm_document_category',
                'fm_document_status',
                'fm_submodule',
-               'fm_wo_workorder_history',
-               'fm_wo_project_history',
-               'fm_tts_history',
                'fm_standard_unit'
        );
--- 149,155 ----
                'fm_document',
                'fm_document_category',
+               'fm_document_history',
                'fm_document_status',
                'fm_submodule',
                'fm_standard_unit'
        );

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** tables_current.inc.php      8 May 2003 09:53:17 -0000       1.71
--- tables_current.inc.php      8 May 2003 13:56:29 -0000       1.72
***************
*** 485,502 ****
                        'uc' => array()
                ),
-               'fm_property_type_attrib_class' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
-                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','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_building_part' => array(
                        'fd' => array(
--- 485,488 ----





reply via email to

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