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.54,1.55 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.54,1.55 tables_current.inc.php,1.103,1.104
Date: Sun, 29 Jun 2003 06:12:55 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv13928/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.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** setup.inc.php       28 Jun 2003 16:11:47 -0000      1.54
--- setup.inc.php       29 Jun 2003 10:12:52 -0000      1.55
***************
*** 90,94 ****
                'fm_location_config',
                'fm_location_attrib',
-               'fm_location_type_attrib', // to be deleted - shortly
                'fm_meter',
                'fm_meter_category',
--- 90,93 ----

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -r1.103 -r1.104
*** tables_current.inc.php      28 Jun 2003 16:11:47 -0000      1.103
--- tables_current.inc.php      29 Jun 2003 10:12:53 -0000      1.104
***************
*** 253,269 ****
                        'uc' => array()
                ),
-               'fm_location_type_attrib' => array(
-                       'fd' => array(
-                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
-                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
-                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
-                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => True),
-                               'datatype' => array('type' => 
'char','precision' => '1','nullable' => True)
-                       ),
-                       'pk' => array('id'),
-                       'fk' => array(),
-                       'ix' => array(),
-                       'uc' => array()
-               ),
  
                'fm_location1' => array(
--- 253,256 ----
***************
*** 546,549 ****
--- 533,537 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'grouping' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '25','nullable' => False)
                        ),





reply via email to

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