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.17,1.18 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.17,1.18 tables_current.inc.php,1.28,1.29
Date: Mon, 10 Feb 2003 17:33:03 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv22900/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.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** setup.inc.php       10 Feb 2003 16:46:15 -0000      1.17
--- setup.inc.php       10 Feb 2003 22:33:01 -0000      1.18
***************
*** 47,58 ****
                'fm_equipment_type_attrib',
                'fm_property_attrib',
!               'fm_property_type',
!               'fm_building_type',
!               'fm_entrance_type',
!               'fm_apartment_type',
                'fm_property_type_attrib',
-               'fm_building_type_attrib',
-               'fm_entrance_type_attrib',
-               'fm_apartment_type_attrib',
                'fm_property_type_attrib_class',
                'fm_building_part',
--- 47,55 ----
                'fm_equipment_type_attrib',
                'fm_property_attrib',
!               'fm_property_category',
!               'fm_building_category',
!               'fm_entrance_category',
!               'fm_apartment_category',
                'fm_property_type_attrib',
                'fm_property_type_attrib_class',
                'fm_building_part',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** tables_current.inc.php      10 Feb 2003 16:46:15 -0000      1.28
--- tables_current.inc.php      10 Feb 2003 22:33:01 -0000      1.29
***************
*** 358,367 ****
                        'uc' => array()
                ),
!               'fm_property_type' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
--- 358,365 ----
                        'uc' => array()
                ),
!               'fm_property_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
***************
*** 372,381 ****
                        'uc' => array()
                ),
!               'fm_building_type' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
--- 370,377 ----
                        'uc' => array()
                ),
!               'fm_building_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
***************
*** 386,395 ****
                        'uc' => array()
                ),
!               'fm_entrance_type' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
--- 382,389 ----
                        'uc' => array()
                ),
!               'fm_entrance_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
***************
*** 400,409 ****
                        'uc' => array()
                ),
!               'fm_apartment_type' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
--- 394,401 ----
                        'uc' => array()
                ),
!               'fm_apartment_category' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
***************
*** 415,460 ****
                ),
                'fm_property_type_attrib' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
-                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
-                       ),
-                       'pk' => array('id','type_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
- 
-               'fm_building_type_attrib' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
-                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
-                       ),
-                       'pk' => array('id','type_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
- 
-               'fm_entrance_type_attrib' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
-                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
-                       ),
-                       'pk' => array('id','type_id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
- 
-               'fm_apartment_type_attrib' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
--- 407,410 ----





reply via email to

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