phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/setup tables_current.inc.php, 1.138, 1.139 s


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/setup tables_current.inc.php, 1.138, 1.139 setup.inc.php, 1.60, 1.61
Date: Sat, 18 Oct 2003 22:15:54 +0000

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv30781/setup

Modified Files:
        tables_current.inc.php setup.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.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** tables_current.inc.php      3 Oct 2003 16:01:26 -0000       1.138
--- tables_current.inc.php      18 Oct 2003 22:15:52 -0000      1.139
***************
*** 1517,1520 ****
--- 1517,1581 ----
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'fm_entity' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
+                               'location_form' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_entity_attribute' => array(
+                       'fd' => array(
+                               'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'column_name' => array('type' => 
'varchar','precision' => '20','nullable' => False),
+                               'input_text' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'statustext' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'datatype' => array('type' => 
'char','precision' => '2','nullable' => False),
+                               'list' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'attrib_sort' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'size' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'precision_' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'scale' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'default_value' => array('type' => 
'varchar','precision' => '20','nullable' => True),
+                               'nullable' => array('type' => 
'varchar','precision' => '5','nullable' => True)
+                       ),
+                       'pk' => array('entity_id','cat_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_entity_category' => array(
+                       'fd' => array(
+                               'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => True),
+                               'prefix' => array('type' => 
'varchar','precision' => '50','nullable' => True),
+                               'lookup_vendor' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('entity_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_entity_choice' => array(
+                       'fd' => array(
+                               'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'attrib_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'value' => array('type' => 'text','nullable' => 
False)
+                       ),
+                       'pk' => array('entity_id','cat_id','attrib_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** setup.inc.php       24 Sep 2003 15:40:50 -0000      1.60
--- setup.inc.php       18 Oct 2003 22:15:52 -0000      1.61
***************
*** 166,170 ****
                'fm_owner',
                'fm_owner_category',
!               'fm_cache'
        );
  
--- 166,174 ----
                'fm_owner',
                'fm_owner_category',
!               'fm_cache',
!               'fm_entity',
!               'fm_entity_attribute',
!               'fm_entity_category',
!               'fm_entity_choice'
        );
  





reply via email to

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