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.25,1.26 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.25,1.26 tables_current.inc.php,1.44,1.45
Date: Thu, 13 Mar 2003 13:27:26 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv7665/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.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** setup.inc.php       12 Mar 2003 21:37:33 -0000      1.25
--- setup.inc.php       13 Mar 2003 18:26:26 -0000      1.26
***************
*** 41,44 ****
--- 41,45 ----
                'fm_district',
                'fm_entrance',
+               'fm_location',
                'fm_equipment',
                'fm_equipment_status',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** tables_current.inc.php      13 Mar 2003 09:55:03 -0000      1.44
--- tables_current.inc.php      13 Mar 2003 18:26:31 -0000      1.45
***************
*** 176,179 ****
--- 176,190 ----
                        'uc' => array()
                ),
+               'fm_location' => array(
+                       'fd' => array(
+                               'location_code' => array('type' => 
'varchar','precision' => '25','nullable' => False),
+                               'type' => array('type' => 'varchar','precision' 
=> '15','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '60','nullable' => True)
+                       ),
+                       'pk' => array('location_code'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'fm_tenant' => array(
                        'fd' => array(





reply via email to

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