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.32,1.33 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.32,1.33 tables_current.inc.php,1.54,1.55
Date: Wed, 02 Apr 2003 14:25:04 -0500

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

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

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** setup.inc.php       2 Apr 2003 11:13:47 -0000       1.32
--- setup.inc.php       2 Apr 2003 19:25:01 -0000       1.33
***************
*** 69,73 ****
  
        $setup_info['property']['tables'] = array(
!               'boei_bydel',
                'fm_building',
                'fm_gabnr',
--- 69,73 ----
  
        $setup_info['property']['tables'] = array(
!               'fm_part_of_town',
                'fm_building',
                'fm_gabnr',
***************
*** 154,158 ****
                'settings',
                'preferences',
!               'admin'
        );
  
--- 154,159 ----
                'settings',
                'preferences',
!               'admin',
!               'help'
        );
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** tables_current.inc.php      1 Apr 2003 08:08:19 -0000       1.54
--- tables_current.inc.php      2 Apr 2003 19:25:01 -0000       1.55
***************
*** 19,36 ****
    /* table array for property */
        $phpgw_baseline = array(
!               'boei_bydel' => array(
                        'fd' => array(
!                               'bydel_id' => array('type' => 'int','precision' 
=> '2','nullable' => False),
!                               'bydel' => array('type' => 'char','precision' 
=> '20','nullable' => True),
!                               'district_id' => array('type' => 
'int','precision' => '2','nullable' => True),
!                               'BD_Adresse' => array('type' => 
'char','precision' => '50','nullable' => True),
!                               'BD_Adresse1' => array('type' => 
'char','precision' => '50','nullable' => True),
!                               'BD_Kontaktperson' => array('type' => 
'char','precision' => '30','nullable' => True),
!                               'BD_Stilling' => array('type' => 
'char','precision' => '30','nullable' => True),
!                               'BD_Telefon' => array('type' => 
'char','precision' => '8','nullable' => True),
!                               'BD_Telefon1' => array('type' => 
'char','precision' => '8','nullable' => True),
!                               'BD_Telefax' => array('type' => 
'char','precision' => '8','nullable' => True)
                        ),
!                       'pk' => array('bydel_id'),
                        'fk' => array(),
                        'ix' => array(),
--- 19,29 ----
    /* table array for property */
        $phpgw_baseline = array(
!               'fm_part_of_town' => array(
                        'fd' => array(
!                               'id' => array('type' => 'int','precision' => 
'2','nullable' => False),
!                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
!                               'district_id' => array('type' => 
'int','precision' => '2','nullable' => True)
                        ),
!                       'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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