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.7,1.8 s


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php,1.7,1.8 setup.inc.php,1.22,1.23 tables_current.inc.php,1.39,1.40
Date: Tue, 04 Mar 2003 05:48:58 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv12006/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.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** default_records.inc.php     15 Feb 2003 19:51:40 -0000      1.7
--- default_records.inc.php     4 Mar 2003 10:48:53 -0000       1.8
***************
*** 44,47 ****
--- 44,62 ----
  
  #
+ # `fm_standard_unit`
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('m', 'Meter')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('m2', 'Square meters')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('m3', 'Cubic meters')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('km', 'Kilometre')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('Stk', 'Stk')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('kg', 'Kilogram')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('tonn', 'Tonn')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('h', 'Hours')");
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_equipment_status (id, 
descr) VALUES ('RS', 'Round Sum')");
+ 
+ 
+ #
  #  `fm_wo_agreement_status`
  #

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** setup.inc.php       23 Feb 2003 21:45:34 -0000      1.22
--- setup.inc.php       4 Mar 2003 10:48:53 -0000       1.23
***************
*** 99,103 ****
                'fm_idgenerator',
                'fm_documentation',
!               'fm_submodule'
        );
  
--- 99,104 ----
                'fm_idgenerator',
                'fm_documentation',
!               'fm_submodule',
!               'fm_standard_unit'
        );
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** tables_current.inc.php      27 Feb 2003 09:53:41 -0000      1.39
--- tables_current.inc.php      4 Mar 2003 10:48:53 -0000       1.40
***************
*** 315,318 ****
--- 315,329 ----
                ),
  
+               'fm_standard_unit' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'varchar', 'precision' 
=> 20,'nullable' => False),
+                               'descr' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+ 
                'fm_equipment_attrib' => array(
                        'fd' => array(





reply via email to

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