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.31, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php, 1.31, 1.32 tables_current.inc.php, 1.115, 1.116
Date: Thu, 17 Jul 2003 06:46:26 -0400

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

Modified Files:
        default_records.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.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** default_records.inc.php     16 Jul 2003 10:38:31 -0000      1.31
--- default_records.inc.php     17 Jul 2003 10:46:23 -0000      1.32
***************
*** 10,18 ****
  
  #
! #fm_request_category
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_category (id, 
descr) VALUES (1, 'Klage fra leieboer')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_category (id, 
descr) VALUES (2, 'Bruker ønske')");
  
  #
--- 10,18 ----
  
  #
! #fm_workorder_category
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_category (id, 
descr) VALUES (1, 'Preventive')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_category (id, 
descr) VALUES (2, 'Ad Hoc')");
  
  #
***************
*** 43,50 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('active', 'Aktiv')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('ordered', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('request', '')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('closed', 'avsluttet')");
  
  #
--- 43,50 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('active', 'Active')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('ordered', 'Ordered')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('request', 'Request')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_workorder_status (id, 
descr) VALUES ('closed', 'Closed')");
  
  #
***************
*** 55,58 ****
--- 55,66 ----
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_status (id, 
descr) VALUES ('canceled', 'Canceled')");
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_status (id, 
descr) VALUES ('closed', 'avsluttet')");
+ 
+ 
+ #
+ # fm_request_priority_key
+ #
+ 
+ $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO `fm_request_priority_key` 
(`id`, `safety`, `aesthetics`, `indoor_climate`, `consequential_damage`, 
`user_gratification`, `residential_environment`, `authorities_demands`) VALUES 
(0, 12, 3, 4, 5, 6, 2, 50)");
+ 
  
  #

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** tables_current.inc.php      16 Jul 2003 10:38:31 -0000      1.115
--- tables_current.inc.php      17 Jul 2003 10:46:23 -0000      1.116
***************
*** 724,727 ****
--- 724,728 ----
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'title' => array('type' => 
'varchar','precision' => '20','nullable' => True),
+                               'project_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'loc1' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),





reply via email to

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