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.16,1.17 tables_cu


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

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv28104/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.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** setup.inc.php       11 Dec 2002 19:31:22 -0000      1.16
--- setup.inc.php       10 Feb 2003 16:46:15 -0000      1.17
***************
*** 48,52 ****
--- 48,58 ----
                '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',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** tables_current.inc.php      7 Feb 2003 11:18:44 -0000       1.27
--- tables_current.inc.php      10 Feb 2003 16:46:15 -0000      1.28
***************
*** 75,79 ****
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id' => array('type' => 
'varchar','precision' => '32','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
--- 75,79 ----
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
***************
*** 137,141 ****
                                'bygg_id' => array('type' => 'char','precision' 
=> '2','nullable' => True),
                                'seksjons_id' => array('type' => 
'char','precision' => '2','nullable' => True),
-                               'formaal_id' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'Kategori_ID' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'gateadresse_id' => array('type' => 
'int','precision' => '4','nullable' => True),
--- 137,140 ----
***************
*** 184,188 ****
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id' => array('type' => 
'varchar','precision' => '32','nullable' => True),
                                'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
--- 183,187 ----
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
***************
*** 233,237 ****
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id' => array('type' => 
'varchar','precision' => '32','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
--- 232,236 ----
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
***************
*** 264,268 ****
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id' => array('type' => 
'varchar','precision' => '32','nullable' => True),
                                'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
--- 263,267 ----
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
!                               'cat_id'       => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'el_meter_id' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_type_id' => array('type' => 
'int','precision' => '4','nullable' => True)
***************
*** 373,377 ****
--- 372,460 ----
                        '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)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       '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)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       '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)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                '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),





reply via email to

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