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.18,1.19 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.18,1.19 tables_current.inc.php,1.30,1.31
Date: Tue, 11 Feb 2003 15:41:21 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv30294/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.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** setup.inc.php       10 Feb 2003 22:33:01 -0000      1.18
--- setup.inc.php       11 Feb 2003 20:41:19 -0000      1.19
***************
*** 46,49 ****
--- 46,51 ----
                'fm_equipment_type',
                'fm_equipment_type_attrib',
+               'fm_location_type',
+               'fm_location_type_attrib',
                'fm_property_attrib',
                'fm_property_category',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** tables_current.inc.php      11 Feb 2003 14:19:55 -0000      1.30
--- tables_current.inc.php      11 Feb 2003 20:41:19 -0000      1.31
***************
*** 307,310 ****
--- 307,311 ----
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
+                               't' => array('type' => 'timestamp', 'nullable' 
=> true, 'default' => 'current_timestamp'),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 328,331 ****
--- 329,374 ----
                ),
                'fm_equipment_type_attrib' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'type_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'num' => 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_location_attrib' => array(
+                       'fd' => array(
+                               'location_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'location_type_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
+                               'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
+                               't' => array('type' => 'timestamp', 'nullable' 
=> true, 'default' => 'current_timestamp'),
+                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
+                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'access' => array('type' => 
'varchar','precision' => '7','nullable' => True)
+                       ),
+                       'pk' => 
array('location_id','location_type_id','attrib_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_location_type' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_location_type_attrib' => array(
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),





reply via email to

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