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.57,1.58


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.57,1.58
Date: Wed, 09 Apr 2003 16:14:13 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv4740/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.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** tables_current.inc.php      8 Apr 2003 12:38:09 -0000       1.57
--- tables_current.inc.php      9 Apr 2003 20:14:11 -0000       1.58
***************
*** 304,315 ****
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => True),
-                               'property_name' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'building_id' => array('type' => 
'char','precision' => '2','nullable' => True),
-                               'building_name' => array('type' => 
'varchar','precision' => '50','nullable' => True),
-                               'entrance_id' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'floor' => array('type' => 
'varchar','precision' => '6','nullable' => True),
!                               'apartment_id' => array('type' => 
'char','precision' => '3','nullable' => True),
!                               'street_name' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'street_number' => array('type' => 
'varchar','precision' => '5','nullable' => True),
                                'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'date' => array('type' => 'int','precision' => 
'4','nullable' => True),
--- 304,309 ----
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
                                'property_id' => array('type' => 
'varchar','precision' => '4','nullable' => True),
                                'floor' => array('type' => 
'varchar','precision' => '6','nullable' => True),
!                               'address' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'date' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 1193,1206 ****
                                'actual_cost' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => '0.00'),
                                'location_code' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
-                               'equipment_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
-                               'property_id' => array('type' => 'varchar', 
'precision' => 4,'nullable' => True),
-                               'property_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
-                               'building_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
-                               'building_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
-                               'entrance_id' => array('type' => 'char', 
'precision' => 2,'nullable' => True),
                                'floor' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
!                               'apartment_id' => array('type' => 'char', 
'precision' => 3,'nullable' => True),
!                               'street_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
!                               'street_number' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
--- 1187,1193 ----
                                'actual_cost' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True,'default' => '0.00'),
                                'location_code' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
                                'floor' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
!                               'equipment_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
!                               'address' => array('type' => 'varchar', 
'precision' => 100,'nullable' => True),
                                'tenant_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),





reply via email to

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