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.37,1.38


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.37,1.38
Date: Tue, 25 Feb 2003 06:29:31 -0500

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

Modified Files:
        tables_current.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.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** tables_current.inc.php      23 Feb 2003 21:45:34 -0000      1.37
--- tables_current.inc.php      25 Feb 2003 11:29:29 -0000      1.38
***************
*** 132,144 ****
                                'location_code' => array('type' => 
'varchar','precision' => '16','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => False),
-                               'apartment_id' => array('type' => 
'char','precision' => '3','nullable' => False),
-                               'Flyttenr' => array('type' => 
'char','precision' => '2','nullable' => True),
-                               'Leieobjekttype_ID' => array('type' => 
'char','precision' => '1','nullable' => True),
                                'building_id' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'entrance_id' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'Kategori_ID' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'street_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'street_number' => array('type' => 
'varchar','precision' => '10','nullable' => True),
!                               'floor' => array('type' => 
'varchar','precision' => '6','nullable' => True),
                                'AntallRom' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'Boareal' => array('type' => 'int','precision' 
=> '4','nullable' => True),
--- 132,146 ----
                                'location_code' => array('type' => 
'varchar','precision' => '16','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => False),
                                'building_id' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'entrance_id' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'apartment_id' => array('type' => 
'char','precision' => '3','nullable' => False),
!                               'floor' => array('type' => 
'varchar','precision' => '6','nullable' => True),
                                'street_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'street_number' => array('type' => 
'varchar','precision' => '10','nullable' => True),
!                               'descr' => array('type' => 
'varchar','precision' => '35','nullable' => True),
!                               'tenant_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'Flyttenr' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'Leieobjekttype_ID' => array('type' => 
'char','precision' => '1','nullable' => True),
!                               'Kategori_ID' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'AntallRom' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'Boareal' => array('type' => 'int','precision' 
=> '4','nullable' => True),
***************
*** 154,158 ****
                                'AvhendetDato' => array('type' => 
'varchar','precision' => '10','nullable' => True),
                                'Husleiesaken' => array('type' => 
'int','precision' => '2','nullable' => True),
-                               'tenant_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'Husleie' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'StromBrensel' => array('type' => 
'int','precision' => '4','nullable' => True),
--- 156,159 ----
***************
*** 218,222 ****
                                'location_code' => array('type' => 
'varchar','precision' => '16','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => False),
!                               'navn' => array('type' => 'varchar','precision' 
=> '50','nullable' => True),
                                'general_address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'bydel_id' => array('type' => 'int','precision' 
=> '2','nullable' => True),
--- 219,223 ----
                                'location_code' => array('type' => 
'varchar','precision' => '16','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => False),
!                               'name' => array('type' => 'varchar','precision' 
=> '50','nullable' => True),
                                'general_address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'bydel_id' => array('type' => 'int','precision' 
=> '2','nullable' => True),
***************
*** 256,261 ****
                                'building_id' => array('type' => 
'char','precision' => '2','nullable' => False),
                                'entrance_id' => array('type' => 
'char','precision' => '2','nullable' => False),
-                               'gabnr' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'descr' => array('type' => 
'varchar','precision' => '35','nullable' => True),
                                'Totalt_Fellesareal' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'tid' => array('type' => 'char','precision' => 
'1','nullable' => True),
--- 257,262 ----
                                'building_id' => array('type' => 
'char','precision' => '2','nullable' => False),
                                'entrance_id' => array('type' => 
'char','precision' => '2','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '35','nullable' => True),
+                               'remark' => array('type' => 'text','nullable' 
=> True),
                                'Totalt_Fellesareal' => array('type' => 
'int','precision' => '2','nullable' => True),
                                'tid' => array('type' => 'char','precision' => 
'1','nullable' => True),
***************
*** 951,955 ****
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 952,956 ----
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
***************
*** 1046,1050 ****
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 1047,1051 ----
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
***************
*** 1058,1062 ****
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 1059,1063 ----
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
***************
*** 1070,1074 ****
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 1071,1075 ----
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
***************
*** 1082,1086 ****
                        'fd' => array(
                                'id' => array('type' => 'varchar', 'precision' 
=> 5,'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 1083,1087 ----
                        'fd' => array(
                                'id' => array('type' => 'varchar', 'precision' 
=> 5,'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
***************
*** 1094,1098 ****
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'navn'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),
--- 1095,1099 ----
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 2, 'nullable' => False),
!                               'name'     => array('type' => 'varchar', 
'precision' => 20, 'nullable' => False),
                                'description' => array('type' => 
'text','nullable' => True)
                        ),





reply via email to

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