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.36,1.37 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.36,1.37 tables_current.inc.php,1.62,1.63
Date: Wed, 23 Apr 2003 11:07:19 -0400

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

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
Renamed eco-tables

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** setup.inc.php       20 Apr 2003 22:24:30 -0000      1.36
--- setup.inc.php       23 Apr 2003 15:07:17 -0000      1.37
***************
*** 126,138 ****
                'fm_tts_tickets',
                'fm_tts_views',
!               't_ecoart',
!               't_ecobilag',
!               't_ecobilagkilde',
!               't_ecobilagoverf',
!               't_ecobilagtype',
!               't_ecodimb',
!               't_ecodimd',
!               't_ecologg',
!               't_ecomva',
                'fm_acl2',
                'fm_investment',
--- 126,138 ----
                'fm_tts_tickets',
                'fm_tts_views',
!               'fm_ecoart',
!               'fm_ecobilag',
!               'fm_ecobilagkilde',
!               'fm_ecobilagoverf',
!               'fm_ecobilagtype',
!               'fm_ecodimb',
!               'fm_ecodimd',
!               'fm_ecologg',
!               'fm_ecomva',
                'fm_acl2',
                'fm_investment',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** tables_current.inc.php      23 Apr 2003 08:41:47 -0000      1.62
--- tables_current.inc.php      23 Apr 2003 15:07:17 -0000      1.63
***************
*** 948,952 ****
                        'uc' => array()
                ),
!               't_ecoart' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
--- 948,952 ----
                        'uc' => array()
                ),
!               'fm_ecoart' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
***************
*** 960,964 ****
                ),
  
!               't_ecobilag' => array(
                        'fd' => array(
                                'id'            => array('type' => 'auto', 
'precision' => 4, 'nullable' => false),
--- 960,964 ----
                ),
  
!               'fm_ecobilag' => array(
                        'fd' => array(
                                'id'            => array('type' => 'auto', 
'precision' => 4, 'nullable' => false),
***************
*** 1000,1004 ****
                ),
  
!               't_ecobilagoverf' => array(
                        'fd' => array(
                                'id'           => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
--- 1000,1004 ----
                ),
  
!               'fm_ecobilagoverf' => array(
                        'fd' => array(
                                'id'           => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
***************
*** 1043,1047 ****
                ),
  
!               't_ecobilagkilde' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
--- 1043,1047 ----
                ),
  
!               'fm_ecobilagkilde' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
***************
*** 1055,1059 ****
                ),
  
!               't_ecobilagtype' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
--- 1055,1059 ----
                ),
  
!               'fm_ecobilagtype' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
***************
*** 1067,1071 ****
                ),
  
!               't_ecodimb' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
--- 1067,1071 ----
                ),
  
!               'fm_ecodimb' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
***************
*** 1079,1083 ****
                ),
  
!               't_ecodimd' => array(
                        'fd' => array(
                                'id' => array('type' => 'varchar', 'precision' 
=> 5,'nullable' => False),
--- 1079,1083 ----
                ),
  
!               'fm_ecodimd' => array(
                        'fd' => array(
                                'id' => array('type' => 'varchar', 'precision' 
=> 5,'nullable' => False),
***************
*** 1091,1095 ****
                ),
  
!               't_ecomva' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
--- 1091,1095 ----
                ),
  
!               'fm_ecomva' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
***************
*** 1103,1107 ****
                ),
  
!               't_ecologg' => array(
                        'fd' => array(
                                'batchid'  => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
--- 1103,1107 ----
                ),
  
!               'fm_ecologg' => array(
                        'fd' => array(
                                'batchid'  => array('type' => 'int', 
'precision' => 4, 'nullable' => False),





reply via email to

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