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.49,1.50


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.49,1.50
Date: Fri, 21 Mar 2003 17:35:50 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv3307/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.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** tables_current.inc.php      18 Mar 2003 11:14:34 -0000      1.49
--- tables_current.inc.php      21 Mar 2003 22:35:48 -0000      1.50
***************
*** 573,577 ****
                                'end_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'coordinator' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'vendor' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'status' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
--- 573,577 ----
                                'end_date' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'coordinator' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
!                               'vendor_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'status' => array('type' => 'varchar', 
'precision' => 20,'nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
***************
*** 581,603 ****
                                'addition' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'rig_addition' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
-                               'location_code' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
-                               'equipment_id' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
-                               'equipment_type' => 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' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
-                               'tenant_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
-                               'tenant_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
-                               'contact_phone' => array('type' => 'varchar', 
'precision' => 12,'nullable' => True),
                                'account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'key_fetch' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'key_deliver' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
-                               'other_branch' => array('type' => 'varchar', 
'precision' => 255,'nullable' => True),
-                               'key_responsible' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'integration' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'charge_tenant' => array('type' => 'int', 
'precision' => 2,'nullable' => True),
--- 581,587 ----
***************
*** 713,717 ****
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
!                               'employee' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'workorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
--- 697,701 ----
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'record' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
!                               'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'workorder_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'activity_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),





reply via email to

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