phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.14,1.15


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.14,1.15 setup.inc.php,1.11,1.12 default_records.inc.php,1.1.1.1,1.2
Date: Mon, 11 Nov 2002 16:34:35 -0500

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** tables_current.inc.php      10 Nov 2002 16:22:37 -0000      1.14
--- tables_current.inc.php      11 Nov 2002 21:34:33 -0000      1.15
***************
*** 1138,1142 ****
                ),
  
!               'fm_investment_value', array(
                        'fd' => array(
                                'entity_id' => array('type' => 
'varchar','precision' => 20,'nullable' => False),
--- 1138,1142 ----
                ),
  
!               'fm_investment_value'=> array(
                        'fd' => array(
                                'entity_id' => array('type' => 
'varchar','precision' => 20,'nullable' => False),
***************
*** 1155,1159 ****
                ),
  
!               'IDGenerator', array(
                        'fd' => array(
                                'name' => array('type' => 'varchar','precision' 
=> 30,'nullable' => False),
--- 1155,1159 ----
                ),
  
!               'idgenerator'=> array(
                        'fd' => array(
                                'name' => array('type' => 'varchar','precision' 
=> 30,'nullable' => False),

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** setup.inc.php       10 Nov 2002 16:22:37 -0000      1.11
--- setup.inc.php       11 Nov 2002 21:34:33 -0000      1.12
***************
*** 74,78 ****
                'fm_investment_value',
                'fm_event_receipt',
!               'IDGenerator'
        );
  
--- 74,78 ----
                'fm_investment_value',
                'fm_event_receipt',
!               'idgenerator'
        );
  

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** default_records.inc.php     28 Aug 2002 16:43:18 -0000      1.1.1.1
--- default_records.inc.php     11 Nov 2002 21:34:33 -0000      1.2
***************
*** 25,33 ****
  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_wo_branch (id, num, 
descr) VALUES (4, 'renhold', 'Renhold')");
  
- #
- # Data-ark for  next workorder_id
- #
- 
- $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config (config_app, 
config_name, config_value) VALUES ('property','fmwrkorder_id','1000')");
  
  #
--- 25,28 ----





reply via email to

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