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.50,1.51 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.50,1.51 tables_current.inc.php,1.77,1.78
Date: Sat, 17 May 2003 13:49:06 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv20251/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.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** setup.inc.php       15 May 2003 09:08:02 -0000      1.50
--- setup.inc.php       17 May 2003 17:49:03 -0000      1.51
***************
*** 160,164 ****
                'fm_report_type',
                'fm_report_type_attrib',
!               'fm_report_origin'
        );
  
--- 160,166 ----
                'fm_report_type',
                'fm_report_type_attrib',
!               'fm_report_origin',
!               'fm_owner',
!               'fm_owner_category'
        );
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** tables_current.inc.php      15 May 2003 09:08:02 -0000      1.77
--- tables_current.inc.php      17 May 2003 17:49:03 -0000      1.78
***************
*** 1460,1463 ****
--- 1460,1485 ----
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'fm_owner' => array(
+                       'fd' => array(
+                               'owner_id' => array('type' => 
'auto','precision' => '4','nullable' => False),
+                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
+                       ),
+                       'pk' => array('owner_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_owner_category' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );





reply via email to

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